ref: f4840cdba548979969cb2ad25b4c6acbc3e63f8c 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