Starting off the certmaster tree with most of the func code, shortly non-certmaster...
[certmaster.git] / scripts / certmaster
diff --git a/scripts/certmaster b/scripts/certmaster
new file mode 100755 (executable)
index 0000000..d5f677d
--- /dev/null
@@ -0,0 +1,11 @@
+#!/usr/bin/python
+
+from func import certmaster
+
+import sys
+
+if __name__ == "__main__":
+    certmaster.main(sys.argv)
+    
+
+