aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/slutils/files/sltime.sh
blob: 98bc89c8004bee606facf45f157c3dede2a06a01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

case $1 in

'start')
/usr/sbin/sltime
;;

'stop')
/usr/sbin/sltime -set
;;

esac