Fix PHP
This commit is contained in:
parent
9c22e1b663
commit
6bf880a289
1 changed files with 6 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue