commit 6e2a01d11dd054d34032b19a5fd5f0f8e32a7893
Author: runrin <[email protected]>
Date:   Sat Nov 14 21:28:03 2020 -0800

    fix bad formatting

diff --git a/surf.suckless.org/files/autologin/index.md 
b/surf.suckless.org/files/autologin/index.md
index 49670bf7..40cf8f45 100644
--- a/surf.suckless.org/files/autologin/index.md
+++ b/surf.suckless.org/files/autologin/index.md
@@ -6,19 +6,20 @@ remove your passwords from the script!!!__
 
 * Twitter
 
-               #!/bin/bash
-               read -p "Name: " name
-               read -p "Password: " -s pass
-               echo
-               curl --cookie ~/.surf/cookies.txt --cookie-jar 
~/.surf/cookies.txt \
-                       -d "session[username_or_email]=$name" \
-                       -d "session[password]=$pass" \
-                       -d "remember_me=1" \
-                       -d "commit=Sign In" \
-                       http://twitter.com/sessions > /dev/null
-               curl --cookie ~/.surf/cookies.txt --cookie-jar 
~/.surf/cookies.txt \
-                       http://twitter.com/ > /dev/null
-               surf http://mobile.twitter.com
+
+    #!/bin/bash
+    read -p "Name: " name
+    read -p "Password: " -s pass
+    echo
+    curl --cookie ~/.surf/cookies.txt --cookie-jar ~/.surf/cookies.txt \
+        -d "session[username_or_email]=$name" \
+        -d "session[password]=$pass" \
+        -d "remember_me=1" \
+        -d "commit=Sign In" \
+        http://twitter.com/sessions > /dev/null
+    curl --cookie ~/.surf/cookies.txt --cookie-jar ~/.surf/cookies.txt \
+        http://twitter.com/ > /dev/null
+    surf http://mobile.twitter.com
 
 
 Author


Reply via email to