mirror of
https://github.com/QuasarApp/QuasarAppCI.git
synced 2025-04-26 05:44:31 +00:00
6 lines
80 B
Bash
Executable File
6 lines
80 B
Bash
Executable File
#~/bin/bash
|
|
BASE_DIR=$(dirname "$(readlink -f "$0")")
|
|
|
|
buildbot stop $BASE_DIR
|
|
|