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