From 9c301b3c731405f12c59784a05283ab1b8660c68 Mon Sep 17 00:00:00 2001 From: fanyx Date: Mon, 7 Aug 2023 12:38:30 +0200 Subject: [PATCH] sv: ashuffle --- .config/sv/ashuffle/conf | 1 + .config/sv/ashuffle/down | 0 .config/sv/ashuffle/run | 5 +++++ 3 files changed, 6 insertions(+) create mode 100644 .config/sv/ashuffle/conf create mode 100644 .config/sv/ashuffle/down create mode 100755 .config/sv/ashuffle/run 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}