http://jentyxddh2rf47gd3e43kuebyn2xsv6h72gzh46oe4rxyovvm7xe5ead.onion/src/dotfiles/commit/27bab52bbd6e660bde818bbaa141d76f86784e95.html
--h: usage information +sub usage { + my $program_name = fileparse $0; + die <<EOF; +$program_name [filetype] [directory] filetype can be:
video - webm, mp4, mkv -pic - jpg, jpeg, png +image - jpg, jpeg, png any - matches all files
EOF - exit 1 -} - -# the base find(1) command for find_* functions to use. will only return -# files. -# -# $1 is a path for find(1) to search. base_find_cmd() then accepts all -# positional parameters after that.