5 lines
132 B
Bash
Executable File
5 lines
132 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# We setup xauthority file to display stuff
|
|
exec sudo -u emails sh -c ". ~/.bashrc && cd ~/attachements && exec neomutt"
|