petits-scripts-persos/emails

6 lines
183 B
Plaintext
Raw Normal View History

2022-03-11 12:43:53 +00:00
#!/bin/sh
# We setup xauthority file to display stuff
xauthority="$(cat ~/.Xauthority)"
exec sudo -u emails sh -c "echo \"$xauthority\" > ~/.Xauthority && . ~/.bashrc && exec aerc"