DEBSOURCES
Skip Quicknav
sources / gpx / 2.6.8-1 / debian / tests / test-command-line
1234567891011
#!/bin/sh set -e at_exit() { echo "info: test exiting" } trap at_exit INT TERM EXIT gpx -p -m r2 examples/macro-example.gcode 2>&1