diff options
author | mischief <mischief@offblast.org> | 2015-08-25 02:07:46 -0700 |
---|---|---|
committer | mischief <mischief@offblast.org> | 2015-08-25 02:07:46 -0700 |
commit | 6b402b83cffc97015345dab1c27c35afe64bb3db (patch) | |
tree | b525f9443564682c46f8c36af6a4d238bd39a756 /rc/bin/service | |
parent | dbe0a995f03f26ea2b6859d21df3bd67856d672d (diff) | |
download | plan9front-6b402b83cffc97015345dab1c27c35afe64bb3db.tar.xz |
import E script from bell labs
Diffstat (limited to 'rc/bin/service')
-rwxr-xr-x | rc/bin/service/tcp17010 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/rc/bin/service/tcp17010 b/rc/bin/service/tcp17010 index 8747639f1..f25b7aa23 100755 --- a/rc/bin/service/tcp17010 +++ b/rc/bin/service/tcp17010 @@ -1,3 +1,4 @@ #!/bin/rc -netdir=`{echo $3 | sed 's;/[0-9]+$;!*!0;'} -exec /bin/cpu -A $netdir -R +#netdir=`{echo $3 | sed 's;/[0-9]+$;!*!0;'} +#exec /bin/cpu -A $netdir -R +exec /bin/cpu -R |