scripts/run-xhost

6 lines
74 B
Plaintext
Raw Normal View History

2022-04-03 22:54:40 +03:00
#!/bin/sh
echo "$@"
xhost +si:lanxu:root
pkexec "$@"
xhost -si:lanxu:root