summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'bin/g-common')
-rwxr-xr-xbin/g-common6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/g-common b/bin/g-common
new file mode 100755
index 0000000..e2649a4
--- /dev/null
+++ b/bin/g-common
@@ -0,0 +1,6 @@
+#!python
+from g_common import g_common
+
+if __name__ == "__main__":
+ g_common.main()
+