grzegorz-clients/dev.sh
Peder Bergebakken Sundt bf2e5956ba Add optional --no-volume program argument
It will regularily set the volume to 0, neat when testing out the player.
This option was also added to dev.sh
2018-03-06 14:29:13 +01:00

8 lines
159 B
Bash
Executable File

#!/bin/bash
if ! which entr > /dev/null; then
echo "entr is not installed, aborting..."
exit 1
fi
find . -name "*.py" | entr -r ./main.py --no-volume