diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/trollette.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/trollette.sh b/scripts/trollette.sh index e63663f..c3d6a21 100755 --- a/scripts/trollette.sh +++ b/scripts/trollette.sh @@ -3,7 +3,7 @@ WEBPATH="../" NAME="klo" TIMESTAMP="yes" -BILD=`python2 trollette.py` +BILD=`python trollette.py` TODAY=`date` |