index
:
cru.git
geo-arc
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
emscripten-run.sh
blob: 94a9dfee081c40472bc5df9a51a9212f9ebe6ca8 (
plain
)
1
2
3
4
5
6
7
#!/usr/bin/env sh
if
[[
$1
==
*.js
]]
;
then
exec
node
--
"
$@
"
fi
exec
"
$@
"