terminal:bin
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
terminal:bin [2025/05/27 23:53] – created melo | terminal:bin [2025/05/28 00:05] (current) – [resize img] melo | ||
---|---|---|---|
Line 17: | Line 17: | ||
nohup mullvad-exclude filezilla > /dev/null 2>&1 & | nohup mullvad-exclude filezilla > /dev/null 2>&1 & | ||
+ | </ | ||
+ | |||
+ | ==== resize img ==== | ||
+ | |||
+ | kind of doesn' | ||
+ | |||
+ | this is for when i use [[https:// | ||
+ | |||
+ | <code bash> | ||
+ | #!/bin/bash | ||
+ | |||
+ | WORKDIR=$(pwd) | ||
+ | |||
+ | TMPDIR="/ | ||
+ | |||
+ | cd ${WORKDIR} | ||
+ | |||
+ | for f in *.jpg; do mv $f ${TMPDIR} && cd ${TMPDIR} && magick -size 3000x4000 $f -resize 40% " | ||
</ | </ |
terminal/bin.1748389981.txt.gz · Last modified: by melo