summaryrefslogtreecommitdiffstats
path: root/usr/bin/mageiawelcome
blob: d6a3b647d8710bdfc7ff25d745258e7a1719d4ba (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/python3

import os

os.system("python /usr/share/mageiawelcome/mageiawelcome.py")