source: trunk/minix/commands/scripts/svclog.sh@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

File size: 121 bytes
Line 
1#!/bin/sh
2#
3svc=`basename $1 ,S`,S
4if test \( ! -r $svc \) -a -d "SVC" ; then svc=SVC/$svc ; fi
5grep '^#\*\*\*SVC' $svc
6
Note: See TracBrowser for help on using the repository browser.