Skip to content

Instantly share code, notes, and snippets.

@UtsuhoRocks
Created August 19, 2021 09:58
Show Gist options
  • Save UtsuhoRocks/21616060c99924a1369936a470f43110 to your computer and use it in GitHub Desktop.
Save UtsuhoRocks/21616060c99924a1369936a470f43110 to your computer and use it in GitHub Desktop.
#!bin/bash
vnstatiface=eno1
webroot=/var/www/
vnstati -i $vnstatiface -o $webroot -nl -ne -nh --transparent -m
convert $webroot -level 100%,100% $webroot
mogrify -gravity south -chop x11 $webroot
mogrify -crop -90+0 +repage $webroot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment