4 lines
80 B
Bash
4 lines
80 B
Bash
#!/bin/bash
|
|
export TMPDIR=$XDG_CACHE_HOME/tmp
|
|
|
|
exec "$SNAP/usr/lib/zen/zen" "$@" |