I\'d like to create a file with the name passenger_wsgi.py on a remote host. I\'d like to use the following string to create the file\'s content:
\'\'\' import s
You could use append() or upload_template() functions from fabric.contrib.files
append()
upload_template()