Damien Churchill 88b58bdce9 add a test shell script
add labels to be used by the legend
2008-10-14 09:02:09 +00:00

7 lines
63 B
Bash

#!/bin/sh
while true; do
python test.py
sleep 2
done;