Adding some scripts like manpages for fish

This commit is contained in:
Chris Cochrun 2021-01-13 05:17:22 -06:00
parent 37567dbfc3
commit 52542754c8
5 changed files with 264 additions and 0 deletions

5
scripts/picdates Executable file
View file

@ -0,0 +1,5 @@
#!/usr/bin/env fish
for pic in *.jpg
ls $pic
end