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
8d26608ce3
compiler-discord
/
docker
/
python2
/
run.sh
7 lines
98 B
Bash
Raw
Normal View
History
Unescape
Escape
Avoid filename conflicts and cleanup files after
2019-05-15 02:21:34 +02:00
mkdir
"
$COUNT
"
&&
cd
"
$COUNT
"
Add ability for multiple compilers; add Python2
2019-03-13 06:13:49 +01:00
echo
"
$1
"
> program.py
python program.py
Avoid filename conflicts and cleanup files after
2019-05-15 02:21:34 +02:00
cd
..
&&
rm -rf
"
$COUNT
"
Reference in a new issue
Copy permalink