PreviousUpNext

5.5.8  Print the script’s commandline arguments

Print the script’s commandline arguments — a poor man’s echo:

    #!/usr/bin/mythryl

    foreach (argv()) {. printf "%s " #arg; };

    print "\n";

    exit 0;

Comments and suggestions to: bugs@mythryl.org

PreviousUpNext