a899adb69e
This and all files using it. QubesOS/qubes-issues#5297
8 linhas
119 B
Python
Arquivo executável
8 linhas
119 B
Python
Arquivo executável
#!/usr/bin/python3
|
|
|
|
from qubesagent.xdg import launch
|
|
import sys
|
|
|
|
if __name__ == '__main__':
|
|
launch(*sys.argv[1:])
|