dotfiles/scripts/picdates
2021-01-13 05:17:22 -06:00

6 lines
54 B
Fish
Executable file

#!/usr/bin/env fish
for pic in *.jpg
ls $pic
end