5 lines
66 B
Bash
Executable file
5 lines
66 B
Bash
Executable file
#!/bin/bash
|
|
|
|
rm ~/linuxcnc/scannout/default/* 2> /dev/null
|
|
exit 0
|