source:
trunk/minix/commands/scripts/svclog.sh@
9
| Last change on this file since 9 was 9, checked in by , 15 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.