Added monitors and statistics, also made a module with some
specific python stuff in __init__.py
This commit is contained in:
parent
d953d25f08
commit
ea2e369542
19 changed files with 503 additions and 47 deletions
|
|
@ -2,7 +2,8 @@
|
|||
|
||||
for i in *.py
|
||||
do
|
||||
python $i
|
||||
python $i > /dev/null
|
||||
|
||||
done
|
||||
|
||||
|
||||
|
|
|
|||
Reference in a new issue