/script/comwww
http://github.com/budu/lobos · #! · 11 lines · 10 code · 1 blank · 0 comment · 0 complexity · 86612bcf3f57ecb2dc89385927e1ba53 MD5 · raw file
- #!/bin/bash
- lein www
- cd www
- git add .
- if [ -n "$1" ]; then
- git commit "$@"
- else
- git commit -m "Updated the website content."
- fi
- cd ..