This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
read -p "Enter Sharif ID: " username | |
stty -echo | |
read -p "Enter password: " password | |
stty echo | |
echo "\nPlease wait" ... | |
if [ -z "$username" ] | |
then | |
# empty username |