6 lines
50 B
Plaintext
6 lines
50 B
Plaintext
|
#!/bin/rc
|
||
|
|
||
|
for(i in $*)
|
||
|
if(! ~ $i */*)
|
||
|
echo $i
|