You can buy this project and download/modify it how often you want.
#!/bin/bash CMD="" for ARG in "$@" do CMD+="$ARG " done $CMD