Skip to content
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

There is no need for shellwords when the commands are between single quotes #1

Open
wants to merge 41 commits into
base: master
Choose a base branch
from

Conversation

jedi4ever
Copy link
Member

Image a password that contains single, double, star, exclamation marks etc...
With the the shellwords the password gets escaped without any need. As long as the password is between single quotes , we're good.
The only thing we need to do , is escape the single quotes.

jedi4ever and others added 30 commits August 29, 2015 16:06
…quotes

Image a password that contains single, double, star, exclamation marks etc... 
With the the shellwords the password gets escaped without any need. As long as the password is between single quotes , we're good.
The only thing we need to do , is escape the single quotes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants