Drop links or images here to add them to the editor.

Write a script echo that prints the arguments that were passed to it.

example

$ echo 5
5
$ echo "ok"
ok
$ echo arg1 arg2
arg1 arg2