NAME

examples/pasm/cat.pasm - cat-like utility

SYNOPSIS

    % ./parrot examples/pasm/cat.pasm

DESCRIPTION

Simple cat-like utility to test PIO read/write. Does not use STDIO.

Echoes what you type once you hit return.

You'll have to Ctl-C to exit.