scripts/run-xhost

6 lines
74 B
Bash
Executable File

#!/bin/sh
echo "$@"
xhost +si:lanxu:root
pkexec "$@"
xhost -si:lanxu:root