summaryrefslogtreecommitdiff
path: root/buildbot/bb-start.sh
blob: 1f1306108d72c0814fdb31520693dd3fdad2ef1c (plain)
1
2
3
4
5
6
#!/bin/bash

cd ~/buildbot
source venv/bin/activate
buildslave start slave/
deactivate