6 lines
56 B
Fish
Executable File
6 lines
56 B
Fish
Executable File
#!/usr/bin/fish
|
|
|
|
for path in **/
|
|
mkdir ../$path -p
|
|
end
|