core-agent-linux/misc/qubes-desktop-run
2015-08-27 22:07:59 +02:00

8 lines
113 B
Python
Executable File

#!/usr/bin/python
from qubes.xdg import launch
import sys
if __name__ == '__main__':
launch(*sys.argv[1:])