From 6a1c90a260c44cb27ba14a70cc5dd23189822832 Mon Sep 17 00:00:00 2001 From: "kali kaneko (leap communications)" Date: Wed, 30 Sep 2020 14:37:50 +0200 Subject: [feat] make vendor_init to create independent repo this starts a stub for refactoring the authentication process, leading to keep an external repo. --- branding/scripts/check | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 branding/scripts/check (limited to 'branding/scripts/check') 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)") -- cgit v1.2.3