uninstall.sh (118B)
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 userdel "hex-agent-$i" 8 done