6 lines
83 B
Bash
Executable File
6 lines
83 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cd "$(dirname "$0")"
|
|
pkill snoti
|
|
./snoti -n 6 -t 10000 -s coin.wav "$@"
|