Last active
April 16, 2025 01:43
-
-
Save yumin9822/21545a529a75df185088b2b9a0286198 to your computer and use it in GitHub Desktop.
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/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