dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles # fast
git clone https://src.adamsgaard.dk/dotfiles.git # slow
Log | Files | Refs | README | LICENSE Back to index

maimfull (147B)


      1 #!/bin/sh
      2 f="${HOME}/tmp/pic-full-$(date '+%y%m%d-%H%M-%S').png"
      3 maim "$f"
      4 if command -v optipng >/dev/null 2>&1; then
      5 	optipng "$f" >/dev/null
      6 fi