1 prereq: rm -rf /tmp/bruhaha && mkdir /tmp/bruhaha && echo '#!/bin/echo' > /tmp/bruhaha/test.sh && chmod +x /tmp/bruhaha/test.sh 2 env: PATH=/tmp/bruhaha:$PATH 3 prog-asis: test.sh 4 vgopts: -q 5 cleanup: rm -rf /tmp/bruhaha 6