OILS / bin / mycpp_main_souffle.sh View on Github | oils.pub

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