linuxcnc/tests/io-startup/shared-test.sh
Sebastian Kuzminsky a93d5e7339 tests: add a test of io startup tool-in-spindle
Signed-off-by: Sebastian Kuzminsky <seb@highlab.com>
2015-06-03 17:34:20 -06:00

8 lines
89 B
Bash
Executable file

#!/bin/bash
rm -f tool.tbl
cp tool.tbl.original tool.tbl
linuxcnc -r test.ini
exit $?