add host tron script

This commit is contained in:
fosslinux 2019-03-06 07:17:32 +00:00
parent 231afef346
commit b782cd7de6
1 changed files with 4 additions and 0 deletions

4
sbin/tron Executable file
View File

@ -0,0 +1,4 @@
#!/bin/bash
source /usr/local/tron/venv/bin/activate
python /usr/local/tron/hosttron.py
deactivate