-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Help newlines not escaped #6
Comments
I will work on this asap but im quiet busy right now, please try executing with sh SpoofThatMail.sh as you can see in the README image |
Changing the #!/bin/bash for #!/bin/sh should fix this for this use case. Right now there's an inconsistency where if you execute the command as the readme says, it is executed in sh (bash in legacy mode) whereas if you do ./Spoof... it is executed in regular bash. Lining up both use cases will probably solve issues like this one (I suppose using bash instead of sh would be the better solution) |
Yeah, i saw this project on twitter and it said it was a bash script so an alternative would definitely be changing the shebang I just figured i'd help the output be as clean as possible, not an urgent issue-- everything else in the script looks clean and functions as intended to. |
The text was updated successfully, but these errors were encountered: