diff --git a/update.sh b/update.sh deleted file mode 100755 index d4c6676..0000000 --- a/update.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash -cd `dirname $0`; pwd -git add * -git commit -m 'auto updated by update.sh' -git push