How can I forward all the arguments given to my script to another command? Here Command is the name of the command to be execute.
Command “@$”
command ${@:+"$@"}
command ${"$@+@:”}
Command “$?”