fix run.sh

This commit is contained in:
2026-05-29 02:45:49 +09:00
parent 3df6e5d0dc
commit 04c0f7cdf1

1
run.sh
View File

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