commit 1c15b54

hovercats  ·  2023-09-01 18:24:11 +0000 UTC
parent b83ca67
add -r flag for restarting services
1 files changed,  +3, -0
M rcsm
M rcsm
+3, -0
 1@@ -43,6 +43,9 @@ case -s
 2 	run $1 $2
 3 case -k
 4 	run $1 $2
 5+case -r
 6+	run -k $2
 7+	run -s $1
 8 case *
 9 	printf 'Invalid argument\n'
10 	usage