#!/bin/sh

set -e

at_exit() {
    echo "info: test exiting"
}

trap at_exit INT TERM EXIT

gpx -p -m r2 examples/macro-example.gcode
