This repository has been archived on 2025-09-03. You can view files and clone it, but cannot push or open issues or pull requests.
|
#!/usr/bin/env zsh
|
|
|
|
deno run \
|
|
--allow-net="127.0.0.1:7813,127.0.0.1:7814" \
|
|
--allow-read \
|
|
--allow-run="notify-send" \
|
|
--allow-write \
|
|
"$BAUKE_DIR/scripts/tauon-controls.ts" \
|
|
"$@"
|