summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorAuke Booij (tulcod) <auke@tulcod.com>2010-07-15 15:37:48 +0200
committerAuke Booij (tulcod) <auke@tulcod.com>2010-07-15 15:38:24 +0200
commit15723e7e1fc380d0d119a915965c9065277e15a0 (patch)
treea780d1a47b0b7a832e6dabc7dac225a4899b4679 /bin
parentFix (diff)
downloadg-cran-15723e7e1fc380d0d119a915965c9065277e15a0.tar.gz
g-cran-15723e7e1fc380d0d119a915965c9065277e15a0.tar.bz2
g-cran-15723e7e1fc380d0d119a915965c9065277e15a0.zip
Start development of g-common
Diffstat (limited to 'bin')
-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()
+