iambumblehead / thu.sh

bash script to render thumbnails for various types of file
GNU General Public License v3.0
1 stars 0 forks source link

add support for getopts for passing args #23

Closed iambumblehead closed 4 months ago

iambumblehead commented 4 months ago

getopts will allow cache configuration details, such as length of cache time

iambumblehead commented 4 months ago

this changes interface a little bit instead of "./render-thumb-for.sh img.png 400 400 60 30" it will be "./render-thumb-for.sh -m 60x30 img.png 400 400"