source:
trunk/minix/commands/scripts/svclog.sh@
21
Last change on this file since 21 was 9, checked in by , 13 years ago | |
---|---|
File size: 121 bytes |
Line | |
---|---|
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.