sv: ashuffle
This commit is contained in:
parent
7ae4986ef7
commit
9c301b3c73
3 changed files with 6 additions and 0 deletions
1
.config/sv/ashuffle/conf
Normal file
1
.config/sv/ashuffle/conf
Normal file
|
@ -0,0 +1 @@
|
||||||
|
OPTS=
|
0
.config/sv/ashuffle/down
Normal file
0
.config/sv/ashuffle/down
Normal file
5
.config/sv/ashuffle/run
Executable file
5
.config/sv/ashuffle/run
Executable file
|
@ -0,0 +1,5 @@
|
||||||
|
#!/bin/sh
|
||||||
|
[ -r conf ] && source conf
|
||||||
|
|
||||||
|
exec 2>&1
|
||||||
|
exec ashuffle ${OPTS}
|
Loading…
Add table
Reference in a new issue