/script/comdoc
http://github.com/budu/lobos · #! · 11 lines · 10 code · 1 blank · 0 comment · 0 complexity · 025c862c4324ed9e644ca38057ffe7bc MD5 · raw file
- #!/bin/bash
- ./script/gendoc
- cd www/doc
- git add .
- if [ -n "$1" ]; then
- git commit "$@"
- else
- git commit -m "Updated uberdoc files."
- fi
- cd ..