Use $@ instead of $* , and quote it with " : #!/bin/bash export PYTHONPATH= lib64/python/side-packages ./command.py "$@". See bash(1), section ...
www.google.com.tw