ref: 29a53a52fdc3f8fc9af3d19d0253ba33b1efccba 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