mirror of
https://github.com/QuasarApp/QuasarAppCI.git
synced 2025-04-26 05:44:31 +00:00
7 lines
99 B
Bash
Executable File
7 lines
99 B
Bash
Executable File
#!/bin/bash
|
|
|
|
#pip install treq
|
|
BASE_DIR=$(dirname "$(readlink -f "$0")")
|
|
|
|
buildbot start $BASE_DIR
|