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