Working on getting bgservice ready

This commit is contained in:
Rushil Umaretiya 2020-06-16 21:25:05 -04:00
parent 00409c5cda
commit 1247159c90
6 changed files with 166216 additions and 0 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

3
bgservice/bgservice.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
python3 bgservice.py

2
bgservice/run.py Normal file
View File

@ -0,0 +1,2 @@
import bgservice as bg
bg.watch_dir()

View File

View File