diff --git a/.config/sv/ashuffle/conf b/.config/sv/ashuffle/conf new file mode 100644 index 0000000..fcd0bed --- /dev/null +++ b/.config/sv/ashuffle/conf @@ -0,0 +1 @@ +OPTS= diff --git a/.config/sv/ashuffle/down b/.config/sv/ashuffle/down new file mode 100644 index 0000000..e69de29 diff --git a/.config/sv/ashuffle/run b/.config/sv/ashuffle/run new file mode 100755 index 0000000..22a8958 --- /dev/null +++ b/.config/sv/ashuffle/run @@ -0,0 +1,5 @@ +#!/bin/sh +[ -r conf ] && source conf + +exec 2>&1 +exec ashuffle ${OPTS}