aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/g2
-rwxr-xr-xbin/slay2
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/g b/bin/g
index c9e8b929..26d065e1 100755
--- a/bin/g
+++ b/bin/g
@@ -1,4 +1,4 @@
-#!/usr/local/plan9/bin/rc
+#!/mit/rsc/plan9/bin/rc
flags=()
while(! ~ $#* 1 && ~ $1 -*){
diff --git a/bin/slay b/bin/slay
index c3a99332..e1aaf714 100755
--- a/bin/slay
+++ b/bin/slay
@@ -1,3 +1,3 @@
#!/bin/sh
-exec /usr/local/plan9/bin/kill -9 "$@"
+exec $PLAN9/bin/kill -9 "$@"