Files
snoti/run.sh
2026-05-29 02:45:49 +09:00

6 lines
83 B
Bash
Executable File

#!/bin/sh
cd "$(dirname "$0")"
pkill snoti
./snoti -n 6 -t 10000 -s coin.wav "$@"