summaryrefslogtreecommitdiff
path: root/rc
diff options
context:
space:
mode:
Diffstat (limited to 'rc')
-rw-r--r--rc/bin/ukill12
1 files changed, 0 insertions, 12 deletions
diff --git a/rc/bin/ukill b/rc/bin/ukill
deleted file mode 100644
index f2773bbd5..000000000
--- a/rc/bin/ukill
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/rc
-rfork e
-if(~ $#1 0){
- USER=`{cat /dev/user}
-}
-if not {
- USER=$1
-}
-PROCS=`{ps | grep $USER | awk '{print $2}'}
-for(i in $PROCS){
- echo '@{echo kill>/proc/'^$i^'/note}'
-}