rcg

rcg.git
git clone git://git.lenczewski.org/rcg.git
Log | Files | Refs | README | LICENSE

install.sh (130B)


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