new scripts
diff --git a/bin/stop b/bin/stop new file mode 100755 index 0000000..cbafb9d --- /dev/null +++ b/bin/stop
@@ -0,0 +1,3 @@ +#!/bin/sh + +exec /usr/local/plan9/bin/kill -STOP "$@"