6 lines
183 B
Plaintext
6 lines
183 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
# We setup xauthority file to display stuff
|
||
|
xauthority="$(cat ~/.Xauthority)"
|
||
|
exec sudo -u emails sh -c "echo \"$xauthority\" > ~/.Xauthority && . ~/.bashrc && exec aerc"
|