6 lines
116 B
Bash
6 lines
116 B
Bash
mkdir "$CODEDIR" && cd "$CODEDIR"
|
|
|
|
printf %s "$1" > program.php
|
|
php program.php || true
|
|
|
|
cd .. && rm -rf "$CODEDIR"
|