ref: 68aa4d5254c8e68171b19887dc39d8ca5f52d854 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