public
Description: Command-line blog engine
Homepage: http://rcrowley.org/2008/09/03/bashpress
Clone URL: git://github.com/rcrowley/bashpress.git
bashpress / Makefile
100644 8 lines (6 sloc) 0.168 kb
1
2
3
4
5
6
7
8
all:
@echo "targets available:"
@echo "\tupgrade\tpulls from GitHub, updating the core Bashpress"
 
upgrade:
git pull origin master
sudo /etc/init.d/apache2 restart