aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--xtux/.gitignore1
-rwxr-xr-xxtux/watch2
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
diff --git a/xtux/watch b/xtux/watch
index faec59b..ef4c624 100755
--- a/xtux/watch
+++ b/xtux/watch
@@ -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