6 lines
54 B
Fish
Executable file
6 lines
54 B
Fish
Executable file
#!/usr/bin/env fish
|
|
|
|
for pic in *.jpg
|
|
ls $pic
|
|
end
|