1
0
mirror of https://github.com/ioacademy-jikim/debugging synced 2025-06-10 01:16:12 +00:00
2015-12-13 22:34:58 +09:00

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