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