Print the script’s commandline arguments — a poor man’s echo:
#!/usr/bin/mythryl foreach (argv()) {. printf "%s " #arg; }; print "\n"; exit 0;