CCF/.nodes.sh

7 строки
134 B
Bash
Executable File

#!/bin/bash
HN=$(hostname)
if [ "$HN" == "ccf-perf-uk-0" ]; then
echo "-n ssh://10.1.0.7 -n ssh://10.1.0.4 -n ssh://10.1.0.5"
fi