summaryrefslogtreecommitdiff
path: root/branding/scripts/check
diff options
context:
space:
mode:
authorkali kaneko (leap communications) <kali@leap.se>2020-09-30 14:37:50 +0200
committerRuben Pollan <meskio@sindominio.net>2020-10-13 19:08:28 +0200
commit6a1c90a260c44cb27ba14a70cc5dd23189822832 (patch)
treed7634e0c105b5a8686ac2f47ba5fb57ed4725601 /branding/scripts/check
parentd641b7a63e2b2dab56c7da3bb3b6e6bcd3daefd4 (diff)
[feat] make vendor_init to create independent repo
this starts a stub for refactoring the authentication process, leading to keep an external repo.
Diffstat (limited to 'branding/scripts/check')
-rwxr-xr-xbranding/scripts/check4
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)")