This website requires JavaScript.
Explore
Help
Sign in
SunRed
/
compiler-discord
Watch
1
Star
0
Fork
You've already forked compiler-discord
0
Code
Issues
2
Pull requests
Projects
Releases
Wiki
Activity
20a2199bbf
compiler-discord
/
docker
/
bash
/
run.sh
7 lines
102 B
Bash
Raw
Normal View
History
Unescape
Escape
Use less predicatable folder names This removes the count
2019-05-21 02:34:51 +02:00
mkdir
"
$CODEDIR
"
&&
cd
"
$CODEDIR
"
Avoid filename conflicts and cleanup files after
2019-05-15 02:21:34 +02:00
Add Bash, PHP, Perl
2019-03-16 00:48:24 +01:00
echo
"
$1
"
> program.sh
bash program.sh
Avoid filename conflicts and cleanup files after
2019-05-15 02:21:34 +02:00
Use less predicatable folder names This removes the count
2019-05-21 02:34:51 +02:00
cd
..
&&
rm -rf
"
$CODEDIR
"
Reference in a new issue
Copy permalink