8 lines
89 B
Bash
Executable file
8 lines
89 B
Bash
Executable file
#!/bin/bash
|
|
|
|
rm -f tool.tbl
|
|
cp tool.tbl.original tool.tbl
|
|
|
|
linuxcnc -r test.ini
|
|
exit $?
|
|
|