flatpak/launch-script.sh

4 lines
No EOL
69 B
Bash

#!/bin/bash
export TMPDIR=$XDG_CACHE_HOME/tmp
exec /app/zen/zen "$@"