From b0edc59371fefa6a5c03ae4378874dd19e739416 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 16 Apr 2011 05:17:11 -0400 Subject: [PATCH] ghsync --- run_ghsync | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 run_ghsync diff --git a/run_ghsync b/run_ghsync new file mode 100644 index 0000000..9141b18 --- /dev/null +++ b/run_ghsync @@ -0,0 +1,7 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- + +import ghsync + +if __name__ == '__main__': + ghsync.run() \ No newline at end of file