3 lines
101 B
Bash
3 lines
101 B
Bash
#!/bin/bash
|
|
export TMPDIR=$XDG_CACHE_HOME/tmp
|
|
exec /app/lib/icecat/icecat --name org.gnu.icecat "$@"
|