3040T/M104
2023-02-05 18:45:48 +01:00

13 lines
126 B
Bash
Executable file

#!/bin/bash
if [ -p /tmp/CNCCaptureCtl ]
then
echo exit > /tmp/CNCCaptureCtl
sleep 1
exit 0
else
exit 1
fi