grzegorz-clients/dev.sh

8 lines
159 B
Bash
Raw Normal View History

#!/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