I need to recieve some input from a keyboard after a user logs in from a ssh connection.
This is the only thing I have so far:
echo "Welcome"
echo "Which project number do you want to work on?"
answer={input from keyboard} #Not sure what to put here
Any help with this would be greatly appreciated.
Thank you in advance!
This is the only thing I have so far:
echo "Welcome"
echo "Which project number do you want to work on?"
answer={input from keyboard} #Not sure what to put here
Any help with this would be greatly appreciated.
Thank you in advance!