mirror of
https://github.com/ioacademy-jikim/debugging
synced 2025-06-10 01:16:12 +00:00
6 lines
217 B
Plaintext
6 lines
217 B
Plaintext
prereq: rm -rf /tmp/bruhaha && mkdir /tmp/bruhaha && echo '#!/bin/echo' > /tmp/bruhaha/test.sh && chmod +x /tmp/bruhaha/test.sh
|
|
env: PATH=/tmp/bruhaha:$PATH
|
|
prog-asis: test.sh
|
|
vgopts: -q
|
|
cleanup: rm -rf /tmp/bruhaha
|