Fix special characters interferng in scripts
This commit is contained in:
parent
20a2199bbf
commit
2f38bc640c
25 changed files with 29 additions and 29 deletions
|
@ -1,9 +1,9 @@
|
|||
if [ "$EVAL_EXPR" = "true" ]; then
|
||||
csharp -e "$1"
|
||||
printf %s "$1" | csharp -e
|
||||
else
|
||||
mkdir "$CODEDIR" && cd "$CODEDIR"
|
||||
|
||||
echo "$1" > program.cs
|
||||
printf %s "$1" > program.cs
|
||||
csc program.cs >/dev/null && mono program.exe
|
||||
|
||||
cd .. && rm -rf "$CODEDIR"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue