summaryrefslogtreecommitdiff
path: root/tests/interp/subroutine-return/test.sh
blob: bc868235b870b9eaf12f361f6bb1fb654224f368 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash

cp -f orig.ngc test.ngc
cp -f subs/orig-sub.ngc subs/sub.ngc

linuxcnc -r interp.ini
exit $?