Add run selector + unit handling + multiprocessing + examples

This commit is contained in:
Noe Brucy
2019-12-01 23:46:17 +01:00
parent e528363938
commit 7d5aa9d911
13 changed files with 2088 additions and 3117 deletions
Executable
+8
View File
@@ -0,0 +1,8 @@
#! /bin/bash
while true; do
date >> ~/pp.log
python auto_pp.py >> ~/pp.log 2>&1
printf "\n\n" >> ~/pp.log
sleep 2000
done