コード例 #1
0
ファイル: main.py プロジェクト: tpayet/dir_check_call_datafit
___author__ = 'tpayet'

from event_handler import Watch, EventTools

if __name__ == '__main__':
	Watch.and_now_my_watch_begin('./', EventTools.send_cmd_ssh, 'sd-74719.dedibox.fr', 'thomas.payet', 'python3 test_script.py')
コード例 #2
0
ファイル: main.py プロジェクト: tpayet/dir_check
__author__ = 'tpayet'

from event_handler import Watch
from event_handler import EventTools

if __name__ == '__main__':

	EventTools.send_cmd_ssh('sd-74719.dedibox.fr', 'thomas.payet', 'python3 test_script.py')
	Watch.and_now_my_watch_begin('./dir_test')