Source code

Revision control

Copy as Markdown

Other Tools

#!/bin/bash
# Set TMPDIR to be under the user's default Downloads dir
export TMPDIR=$(xdg-user-dir DOWNLOAD)/firefox.tmp
exec "$@"