This commit is contained in:
1computer1 2019-06-15 17:38:32 -04:00
parent 9c22e1b663
commit 6bf880a289

View file

@ -1 +1,6 @@
printf %s "$1" | php -r || true mkdir "$CODEDIR" && cd "$CODEDIR"
printf %s "$1" > program.php
php program.php || true
cd .. && rm -rf "$CODEDIR"