diff options
Diffstat (limited to 'mageiasync')
-rw-r--r-- | mageiasync | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mageiasync b/mageiasync new file mode 100644 index 0000000..e0fc398 --- /dev/null +++ b/mageiasync @@ -0,0 +1,12 @@ +#!/usr/bin/python +# + +# Copyright (C) 2014 THE mageiaSync'S COPYRIGHT HOLDER +# This file is distributed under the same license as the mageiasync package. + +# Author mageiasync software= papoteur <papoteur@mageialinux-online.org> +# Author script file= Geiger David <david.david@mageialinux-online.org> + +import os + +os.system("python /usr/lib/python2.7/site-packages/mageiaSync/mageiasync.py")
\ No newline at end of file |