This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/env bash | |
usage() { | |
cat <<"EOF" | |
Usage: wl [-R depth|-h] [dir] | |
-h show this help | |
-R depth Recursively search subdirectories with the specified depth. | |
for example, a depth of 1 searches only files the current directory. | |
-s shuffle images |