commit 9563f5b379bc189a2f76baea6903153a4fec1d81
parent 1ed488b82cc0c90029f62227cb9b942a1c5ab371
Author: nmeum <git-nmeum@8pit.net>
Date: Tue, 13 May 2014 22:09:03 +0200
Change shebang to #!/bin/bash
Since the '-p' flag in combination with read(1) is bashism.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/surf.suckless.org/files/autologin.md b/surf.suckless.org/files/autologin.md
@@ -6,7 +6,7 @@ remove your passwords from the script!!!__
* Twitter
- #!/bin/sh
+ #!/bin/bash
read -p "Name: " name
read -p "Password: " -s pass
echo