4 lines
80 B
Bash
4 lines
80 B
Bash
#!/bin/bash
|
|
CWD=$(cd "$(dirname $0)";pwd)
|
|
"$CWD"/main stop
|
|
"$CWD"/main uninstall |