diff options
Diffstat (limited to 'pony/watch')
-rwxr-xr-x | pony/watch | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ wget http://hackage.haskell.org/package/pony >/dev/null 2>/dev/null if [ $? = 0 ]; then md5sum < pony > new-sum + touch sum if [ "$(cat sum)" = "$(cat new-sum)" ]; then rm new-sum else |