From d9ba53065abdca02f1efe7c76dca68c14c627d8a Mon Sep 17 00:00:00 2001 From: Alex Epstein Date: Mon, 3 Jul 2017 10:28:19 -0400 Subject: [PATCH] Silence password --- cloudup/cloudup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudup/cloudup b/cloudup/cloudup index 6c028c5..77263a3 100755 --- a/cloudup/cloudup +++ b/cloudup/cloudup @@ -103,7 +103,7 @@ getBitbucketInfo() echo -n 'Enter your Bitbucket username: ' read bbUsername echo -n 'Enter your Bitbucket password: ' - read password # -s flag hides password text + read -s password # -s flag hides password text echo }