File: test-command-line

package info (click to toggle)
gpx 2.6.8-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 1,556 kB
  • sloc: ansic: 10,975; sh: 4,724; python: 436; makefile: 119
file content (11 lines) | stat: -rwxr-xr-x 139 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/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