Add poll file to enable cron magic

This commit is contained in:
Gavan Fantom
2021-12-02 15:02:06 +00:00
parent 545e9cb84c
commit 242480ffa3

7
poll Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/sh
cd $(dirname $0)
PATH=/usr/local/bin:${PATH}
flask poll >poll.log 2>&1