From: Daniel Garcia Moreno Date: Wed, 24 Sep 2008 14:58:02 +0000 (+0200) Subject: arreglado el bug de t3 con los argumentos X-Git-Url: http://git.danigm.net/?p=ttt.git;a=commitdiff_plain;h=c8321df0c50ae22744ad197e1ad1fb1d9201e2af arreglado el bug de t3 con los argumentos --- diff --git a/t3 b/t3 index 435cdcf..e87a180 100755 --- a/t3 +++ b/t3 @@ -1,4 +1,4 @@ #!/bin/bash cd $HOME/.ttt/ -/usr/bin/python ttt.py $@ +/usr/bin/python ttt.py "$1" "$2" "$3"