mktar: Use `wc` instead of `du` in summary message
[sunny256-utils.git] / lag_gqv
blobc648435d92ff7623eb3f81d176a974ae58c686aa
1 #!/usr/bin/env bash
3 # lag_gqv
4 # File ID: 52e98396-5d3e-11df-9e82-90e6ba3022ac
6 find `/bin/pwd` "$@" -printf '"%p"\n' | grep -Ei '\.(jpg|png|gif|bmp)"$' | sort >alt.gqv
7 gqview alt.gqv &