6 lines
66 B
Plaintext
6 lines
66 B
Plaintext
|
#!/bin/rc
|
||
|
# mkdirlist
|
||
|
for(i in $*)
|
||
|
if(~ $i */*)
|
||
|
basename -d $i
|