https://github.com/duckietown/Software
Raw File
Tip revision: 3aaf211012c20ccfde766b395be2eb9e41b502f7 authored by sonja on 30 November 2017, 23:27:51 UTC
Started working on basic yaml reader and system graph builder
Tip revision: 3aaf211
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