Raw File
#!/usr/bin/env bash
set -e # raise
# set -x # show
compmake out/comptests -c "$*"
# http://stackoverflow.com/questions/12314451/accessing-bash-command-line-args-vs
back to top