5 lines
129 B
Bash
Executable file
5 lines
129 B
Bash
Executable file
#!/bin/sh
|
|
exec env \
|
|
HOME="${HOME:-/home/noctua}" \
|
|
DISPLAY="${DISPLAY:-:0}" \
|
|
./notmuch
|