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

todo.sh (101B)


      1 #!/bin/sh -e
      2 cd "${HOME}/doc/todo"
      3 git pull
      4 $EDITOR todo.txt
      5 git commit -a -m 'auto commit'
      6 git push