[wiki] [sites] Change shebang to #!/bin/bash || nmeum

From: <git_AT_suckless.org>
Date: Tue, 13 May 2014 22:07:52 +0200

commit 9563f5b379bc189a2f76baea6903153a4fec1d81
Author: nmeum <git-nmeum_AT_8pit.net>
Date: Tue May 13 22:09:03 2014 +0200

    Change shebang to #!/bin/bash
    
    Since the '-p' flag in combination with read(1) is bashism.

diff --git a/surf.suckless.org/files/autologin.md b/surf.suckless.org/files/autologin.md
index 9ab67c3..49670bf 100644
--- a/surf.suckless.org/files/autologin.md
+++ b/surf.suckless.org/files/autologin.md
_AT_@ -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
Received on Tue May 13 2014 - 22:07:52 CEST

This archive was generated by hypermail 2.3.0 : Thu Jun 18 2015 - 17:38:46 CEST