Skip to content
This repository has been archived by the owner on Jan 14, 2025. It is now read-only.

Commit

Permalink
Add gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelja committed Nov 14, 2020
1 parent ba090a8 commit e5ec2f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.txt
*.html
2 changes: 1 addition & 1 deletion debug_login.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ curl https://mbasic.facebook.com/login/device-based/regular/login/ \

string=$(curl https://mbasic.facebook.com/ -b cookies.txt -c cookies.txt)
echo "Login worked if user name is included:"
echo ${string#*mbasic_logout_button}
echo ${string: -200}

0 comments on commit e5ec2f6

Please sign in to comment.