source:
trunk/minix/commands/scripts/svclog.sh@
11
Last change on this file since 11 was 9, checked in by , 14 years ago | |
---|---|
File size: 121 bytes |
Rev | Line | |
---|---|---|
[9] | 1 | #!/bin/sh |
2 | # | |
3 | svc=`basename $1 ,S`,S | |
4 | if test \( ! -r $svc \) -a -d "SVC" ; then svc=SVC/$svc ; fi | |
5 | grep '^#\*\*\*SVC' $svc | |
6 |
Note:
See TracBrowser
for help on using the repository browser.