summaryrefslogtreecommitdiffstats
path: root/usr/bin/mageiawelcome
diff options
context:
space:
mode:
Diffstat (limited to 'usr/bin/mageiawelcome')
-rwxr-xr-xusr/bin/mageiawelcome8
1 files changed, 8 insertions, 0 deletions
diff --git a/usr/bin/mageiawelcome b/usr/bin/mageiawelcome
new file mode 100755
index 0000000..d36db20
--- /dev/null
+++ b/usr/bin/mageiawelcome
@@ -0,0 +1,8 @@
+#!/usr/bin/python
+
+import os
+
+os.system("python /usr/lib/mageiawelcome/mageiawelcome.py")
+
+
+