5 lines
69 B
Bash
5 lines
69 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
mkdir -p $HOME/agent/xdg-run
|
||
|
/usr/local/bin/jenkins-agent
|