1
Fork 0
dotfiles/.bauke/bin/tauon-controls

8 lines
159 B
Plaintext
Raw Normal View History

#!/usr/bin/env zsh
deno run \
--allow-net="127.0.0.1:7813,127.0.0.1:7814" \
2022-12-12 16:34:02 +00:00
--allow-run="notify-send" \
"$BAUKE_DIR/scripts/tauon-controls.ts" \
"$@"