6 lines
230 B
Bash
6 lines
230 B
Bash
#!/bin/bash
|
|
|
|
cd /
|
|
curl -sO https://ci.zontreck.com/jnlpJars/agent.jar
|
|
|
|
java -Dfile.encoding=UTF-8 -Dsun.jnu.encoding=UTF-8 -jar /agent.jar -url "https://ci.zontreck.com" -secret "$ARCHAGENT" -name "Arch Linux" -workDir "/builder"
|