contact_printer/build.sh

14 lines
218 B
Bash
Raw Normal View History

2018-07-14 14:29:43 +00:00
#!/bin/bash
red=`tput setaf 1`
green=`tput setaf 2`
reset=`tput sgr0`
echo "Building ${green}contact_printer${reset} project..."
#build OpenSCAD models
while read m; do
echo $m
done < models.txt
#run client tests?