Files
jlc-chart/poll
2021-12-02 15:02:06 +00:00

8 lines
84 B
Bash
Executable File

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