1 #!/bin/sh 2 3 USER=psybnc 4 COMMENT="$USER daemon" 5 6 /usr/sbin/useradd -d /dev/null -s /bin/sh -c "$COMMENT" -m $USER
Generated by cgit