Skip to content

Instantly share code, notes, and snippets.

@yumin9822
Last active April 16, 2025 01:43
Show Gist options
  • Save yumin9822/21545a529a75df185088b2b9a0286198 to your computer and use it in GitHub Desktop.
Save yumin9822/21545a529a75df185088b2b9a0286198 to your computer and use it in GitHub Desktop.
#!/bin/bash
FILE=$1
imgbox --thumb-width 350 -t "${FILE}" /root/"${FILE}"-*.png | tee -a /root/imgbox.txt
#apt install pipx
#pipx install imgbox-cli
exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment