friwall/pusher
2023-01-26 10:51:51 +01:00

7 lines
147 B
Bash
Executable file

#!/bin/sh
(echo ; inotifywait -m --include '[0-9]*\.tar\.gz' -e create config) |
while read ; do
FLASK_APP=web python3 -m flask push
done