aboutsummaryrefslogtreecommitdiffstats
path: root/pony
diff options
context:
space:
mode:
Diffstat (limited to 'pony')
-rw-r--r--pony/.gitignore1
-rwxr-xr-xpony/watch1
2 files changed, 2 insertions, 0 deletions
diff --git a/pony/.gitignore b/pony/.gitignore
new file mode 100644
index 0000000..4139e4a
--- /dev/null
+++ b/pony/.gitignore
@@ -0,0 +1 @@
+/pony
diff --git a/pony/watch b/pony/watch
index c45ca4b..c4f1121 100755
--- a/pony/watch
+++ b/pony/watch
@@ -1,5 +1,6 @@
#!/bin/sh
+[ -f 'pony' ] && rm 'pony'
wget http://hackage.haskell.org/package/pony >/dev/null 2>/dev/null
if [ $? = 0 ]; then
[ -f unfetchable ] && rm unfetchable