Starting off the certmaster tree with most of the func code, shortly non-certmaster...
[certmaster.git] / scripts / func-inventory
diff --git a/scripts/func-inventory b/scripts/func-inventory
new file mode 100755 (executable)
index 0000000..1a0c36b
--- /dev/null
@@ -0,0 +1,8 @@
+#!/usr/bin/python
+
+import sys
+import distutils.sysconfig
+import func.overlord.inventory as func_inventory
+
+inventory = func_inventory.FuncInventory()
+inventory.run(sys.argv)