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