#!/bin/sh set -e cd "$(dirname "$(realpath "$0")")" if [ $# -lt 1 ] then echo "Usage: ./build.sh " && exit 1 fi node="$1" src=./nodes.lus luciole $src "$node"