aboutsummaryrefslogtreecommitdiff
path: root/bin/stop
diff options
context:
space:
mode:
Diffstat (limited to 'bin/stop')
-rwxr-xr-xbin/stop3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/stop b/bin/stop
new file mode 100755
index 00000000..cbafb9da
--- /dev/null
+++ b/bin/stop
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+exec /usr/local/plan9/bin/kill -STOP "$@"