diff options
-rw-r--r-- | xtux/.gitignore | 1 | ||||
-rwxr-xr-x | xtux/watch | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/xtux/.gitignore b/xtux/.gitignore new file mode 100644 index 0000000..027271b --- /dev/null +++ b/xtux/.gitignore @@ -0,0 +1 @@ +files @@ -1,7 +1,7 @@ #!/bin/sh [ -f 'files' ] && rm 'files' -wget http://sourceforge.net/projects/xtux/files >/dev/null 2>/dev/null +wget http://sourceforge.net/projects/xtux/files -O files >/dev/null 2>/dev/null if [ $? = 0 ]; then [ -f unfetchable ] && rm unfetchable grep 'Download xtux-src-' < files | md5sum > new-sum |