diff options
author | kali kaneko (leap communications) <kali@leap.se> | 2020-09-30 14:37:50 +0200 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2020-10-13 19:08:28 +0200 |
commit | 6a1c90a260c44cb27ba14a70cc5dd23189822832 (patch) | |
tree | d7634e0c105b5a8686ac2f47ba5fb57ed4725601 /branding/scripts/check | |
parent | d641b7a63e2b2dab56c7da3bb3b6e6bcd3daefd4 (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-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)") |