update buildroot - work in progress development
[cmdllinux.git] / buildroot / _pkg / _tool_example / _adduser.sh
blobf505f42fd1fdee691915633d5ba0f9042f865234
1 #busybox
2 delgroup man video
3 adduser -h /var/cat -g man -G users -s /bin/bash -D -H -u $(sh /bin/_get_next_user.sh 0) man
4 adduser man video