From 1644739ff79c500847ad844ded3de3dbf022dc67 Mon Sep 17 00:00:00 2001 From: anselme Date: Thu, 21 May 2015 19:19:32 +0200 Subject: [PATCH] fixed one last tiny detail --- gitignore => .gitignore | 0 autolaunch.sh | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename gitignore => .gitignore (100%) diff --git a/gitignore b/.gitignore similarity index 100% rename from gitignore rename to .gitignore diff --git a/autolaunch.sh b/autolaunch.sh index 202d8a0..ee51d31 100644 --- a/autolaunch.sh +++ b/autolaunch.sh @@ -1,7 +1,7 @@ #!/bin/sh read -p "git user ?" user -read -ps "git password ?" pass +read -s -p "git password ?" pass mkdir build while true do