summaryrefslogtreecommitdiffstats
path: root/scripts/certmaster
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/certmaster')
-rwxr-xr-xscripts/certmaster11
1 files changed, 0 insertions, 11 deletions
diff --git a/scripts/certmaster b/scripts/certmaster
deleted file mode 100755
index d5f677d..0000000
--- a/scripts/certmaster
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/usr/bin/python
-
-from func import certmaster
-
-import sys
-
-if __name__ == "__main__":
- certmaster.main(sys.argv)
-
-
-