forked from Bitmessage/buildbot-scripts
6 lines
181 B
Bash
6 lines
181 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
buildbot-worker create-worker /var/lib/buildbot/workers/default "$1" "$2" "$3"
|
||
|
cd /var/lib/buildbot/workers/default
|
||
|
/usr/bin/dumb-init buildbot-worker start --nodaemon
|