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

10 lines
194 B
Plaintext
Raw Normal View History

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