diff options
Diffstat (limited to 'branding/scripts/check')
-rwxr-xr-x | branding/scripts/check | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/branding/scripts/check b/branding/scripts/check new file mode 100755 index 0000000..07b2a71 --- /dev/null +++ b/branding/scripts/check @@ -0,0 +1,4 @@ +#!/usr/bin/env python3 + +if __name__ == "__main__": + print("[+] Checking your provider config... (WIP)") |