4 lines
139 B
Bash
4 lines
139 B
Bash
#!/usr/bin/env sh
|
|
set -evx
|
|
echo "machine ${PULP3_SERVER_URL}\nlogin ${PULP3_SERVER_LOGIN}\npassword ${PULP3_SERVER_PASSWORD}\n" > ~/.netrc
|