install.sh (130B)
1 #!/bin/sh 2 3 set -ex 4 5 for i in $(seq 1 16); do 6 id "hex-agent-$i" -u >/dev/null 2>&1 || \ 7 useradd -M -N -e '' "hex-agent-$i" 8 done