5 lines
68 B
Bash
Executable file
5 lines
68 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# Best way to stop the launch.sh script
|
|
|
|
touch /tmp/stop
|