How do I read an argument with spaces when running a python script ... Use "$@ " instead: #!/bin/sh python "$@". Output: $ /tmp/test.sh ...
www.google.com.tw