Use less predicatable folder names
This removes the count
This commit is contained in:
parent
7a2f87da3f
commit
d25e0be634
21 changed files with 44 additions and 50 deletions
|
@ -1,10 +1,10 @@
|
|||
if [ "$EVAL_EXPR" = "true" ]; then
|
||||
csharp -e "$1"
|
||||
else
|
||||
mkdir "$COUNT" && cd "$COUNT"
|
||||
mkdir "$CODEDIR" && cd "$CODEDIR"
|
||||
|
||||
echo "$1" > program.cs
|
||||
csc program.cs >/dev/null && mono program.exe
|
||||
|
||||
cd .. && rm -rf "$COUNT"
|
||||
cd .. && rm -rf "$CODEDIR"
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue