#!/bin/bash read -p "Username: " username read -s -p "Password: " password echo "$username" echo "$password"
No comments:
Post a Comment