6 lines
121 B
Bash
Executable file
6 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
|
|
|