Tuesday, July 29, 2014

Propagate all arguments in a bash shell script

Use "$@" instead of plain $@ if you actually wish your parameters to be passed the same.
Source: http://stackoverflow.com/questions/4824590/propagate-all-arguments-in-a-bash-shell-script

No comments:

Post a Comment