hello
I am trying to write a menĂ¼ script i would like to make small applications like add ,delete users.But i dont know how my codes here

hello
i would like to add users but how?
in man writing useradd -d

#!bin/bash
while
do
echo"----Menu---"
echo "add user"
echo "delete user"
echo "change password"
echo "Exit"...