https://github.com/duckietown/Software
Raw File
Tip revision: 848c81d354accbd4b0e05c2ea350c9c6c8182afd authored by simonbing on 23 July 2018, 06:38:28 UTC
added newest pse estimation tests
Tip revision: 848c81d
t
#!/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