6 lines
70 B
Plaintext
6 lines
70 B
Plaintext
|
#!/bin/sh
|
||
|
[ -r conf ] && source conf
|
||
|
|
||
|
exec 2>&1
|
||
|
exec ashuffle ${OPTS}
|