diff options
author | Auke Booij (tulcod) <auke@tulcod.com> | 2010-07-15 15:37:48 +0200 |
---|---|---|
committer | Auke Booij (tulcod) <auke@tulcod.com> | 2010-07-15 15:38:24 +0200 |
commit | 15723e7e1fc380d0d119a915965c9065277e15a0 (patch) | |
tree | a780d1a47b0b7a832e6dabc7dac225a4899b4679 /bin/g-common | |
parent | Fix (diff) | |
download | g-cran-15723e7e1fc380d0d119a915965c9065277e15a0.tar.gz g-cran-15723e7e1fc380d0d119a915965c9065277e15a0.tar.bz2 g-cran-15723e7e1fc380d0d119a915965c9065277e15a0.zip |
Start development of g-common
Diffstat (limited to 'bin/g-common')
-rwxr-xr-x | bin/g-common | 6 |
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() + |