minix/commands/readclock/readclock.sh
2010-09-10 09:22:22 +00:00

6 lines
127 B
Bash

#!/bin/sh
if [ $# -gt 0 ]
then ARGS="-args $@"
fi
/bin/service up /sbin/readclock.drv -period 5HZ -script /etc/rs.single $ARGS