minix/commands/scripts/svclog.sh
2005-04-21 14:53:53 +00:00

7 lines
121 B
Bash
Executable file

#!/bin/sh
#
svc=`basename $1 ,S`,S
if test \( ! -r $svc \) -a -d "SVC" ; then svc=SVC/$svc ; fi
grep '^#\*\*\*SVC' $svc