commit b210b42

hovercats  ·  2023-09-01 18:25:12 +0000 UTC
parent 1c15b54
sort switches again
1 files changed,  +4, -4
M rcsm
M rcsm
+4, -4
 1@@ -37,15 +37,15 @@ case -d
 2 	rm -f $basedir/run/$2
 3 case -h
 4 	usage
 5-case -l
 6-	find $basedir/avail -type f
 7-case -s
 8-	run $1 $2
 9 case -k
10 	run $1 $2
11+case -l
12+	find $basedir/avail -type f
13 case -r
14 	run -k $2
15 	run -s $1
16+case -s
17+	run $1 $2
18 case *
19 	printf 'Invalid argument\n'
20 	usage