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