mirror of
https://github.com/Rushilwiz/SkoolOS.git
synced 2025-04-16 02:10:19 -04:00
Merge remote-tracking branch 'origin/development' into development
This commit is contained in:
commit
1c7b91448d
|
@ -1,3 +1,8 @@
|
||||||
|
"""
|
||||||
|
A simple background service to log events in a directory,
|
||||||
|
check for git commands in bash/zsh history,
|
||||||
|
and check for non-whitelisted files in the watched directory.
|
||||||
|
"""
|
||||||
import time
|
import time
|
||||||
import sys
|
import sys
|
||||||
import os
|
import os
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
"""
|
||||||
|
The main program file for SkoolOS
|
||||||
|
"""
|
||||||
import sys
|
import sys
|
||||||
from urllib.parse import urlparse
|
from urllib.parse import urlparse
|
||||||
import requests
|
import requests
|
||||||
|
|
Loading…
Reference in New Issue
Block a user