dotfiles

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

upload (59B)


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