Make a squash

This commit is contained in:
Timotej Lazar 2022-01-03 11:33:02 +01:00
commit 113992f95b
21 changed files with 3339 additions and 0 deletions

6
pusher Executable file
View file

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