4
0
mirror of https://github.com/QuasarApp/QuasarAppCI.git synced 2025-04-28 22:54:33 +00:00

6 lines
80 B
Bash
Raw Permalink Normal View History

2020-12-04 09:36:16 +03:00
#~/bin/bash
2020-12-31 07:21:58 +00:00
BASE_DIR=$(dirname "$(readlink -f "$0")")
buildbot stop $BASE_DIR
2020-12-04 09:36:16 +03:00