10 lines
57 B
Plaintext
10 lines
57 B
Plaintext
#compdef mcd
|
|
#autoload
|
|
|
|
|
|
_mcd() {
|
|
_files
|
|
}
|
|
|
|
_mcd
|