ref: 38d3a8a38b0cd7b2b4c159c1fb68c3c0622f00c0 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