4 lines
77 B
Bash
4 lines
77 B
Bash
|
#!/bin/sh
|
||
|
cd /home/verm/buildslave
|
||
|
exec env -i PATH="$PATH" buildbot start .
|