ref: fad1b3f7f77f08764f0e32f8ce18bee16da3aa69 dir: /rc/bin/ape/cat/
#!/bin/rc rfork e files=() while(! ~ $#* 0){ switch($1){ case - files=($files /fd/0) case -* ; case * files=($files $1) } shift } exec /$cputype/bin/cat $files