diff options
Diffstat (limited to 'stop-CRSM')
| -rwxr-xr-x | stop-CRSM | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/stop-CRSM b/stop-CRSM new file mode 100755 index 0000000..0a92951 --- /dev/null +++ b/stop-CRSM @@ -0,0 +1,5 @@ +#!/bin/bash +netcat localhost 9372 <<EOF > /dev/null +systemd +/exit +EOF |
