dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE

upload-resize-image (87B)


      1 #!/bin/sh
      2 if [ -n "$1" ]; then
      3     upload --notify --border --resize --sharpen "$1"
      4 fi