Skip to content
approved Visibility internal Owner erik@uvilo.com Approver _ Created _ Updated _

Tool Description: Bash (sandbox — tmpdir)

For temporary files, always use the $TMPDIR environment variable. TMPDIR is automatically set to the correct sandbox-writable directory in sandbox mode. Do NOT use /tmp directly - use $TMPDIR instead.