minix3/commands/svclog/svclog.sh

7 lines
121 B
Bash
Raw Normal View History

2020-02-21 00:59:27 +05:30
#!/bin/sh
#
svc=`basename $1 ,S`,S
if test \( ! -r $svc \) -a -d "SVC" ; then svc=SVC/$svc ; fi
grep '^#\*\*\*SVC' $svc