Make a squash
This commit is contained in:
commit
113992f95b
21 changed files with 3339 additions and 0 deletions
6
pusher
Executable file
6
pusher
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue