OILS
/
bin
/ mycpp_main_nosouffle.sh
View on Github
|
oils.pub
9 lines, 5 significant
1
#!/bin/sh
2
3
MYPYPATH=$1 # e.g. $REPO_ROOT/mycpp
4
preamble_path=$2
5
out=$3
6
shift 3
7
8
# Add an extra flag, and also depends on _bin/datalog
9
exec _bin/shwrap/mycpp_main
"
$MYPYPATH
"
"
$preamble_path
"
"
$out
"
--no-minimize-stack-roots
"
$@
"