I have simple python script that receive username and password as argument. But my password contains two exclamation marks.When i call script:
salafek@dellboy:~/Desktop/$ emailsender.py -u username -p pass!!
command that I enter earlier replace exclamation marks
salafek@dellboy:~/Desktop/$emailsender.py -u username -p "passemailsender.py -u username -p passwget wget http://www.crobot.com.hr/templog"
I can escape exclamation marks with backslash(\) but my password changes. Is there solution for this, how can I escape exclamation marks without changing password?