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
51b2ba175d
compiler-discord
/
docker
/
javascript
/
run.sh
6 lines
90 B
Bash
Raw
Normal View
History
Unescape
Escape
Initial commit
2019-03-12 10:09:46 +01:00
if
[
"
$EVAL_HARMONY
"
=
"true"
]
;
then
Always evaluate an expression for JS People were complaining too much
2019-05-22 19:28:38 +02:00
node --harmony -p
"
$1
"
Initial commit
2019-03-12 10:09:46 +01:00
else
Always evaluate an expression for JS People were complaining too much
2019-05-22 19:28:38 +02:00
node -p
"
$1
"
Initial commit
2019-03-12 10:09:46 +01:00
fi
Reference in a new issue
Copy permalink