diff --git a/files/bin/watch b/files/bin/watch new file mode 100755 index 0000000..a9d5b44 --- /dev/null +++ b/files/bin/watch @@ -0,0 +1,6 @@ +#!/bin/csh + +while (1) + $argv + sleep 0.5 +end