PHP Classes

File: update.sh

Recommend this page to a friend!
  Packages of Barton Phillips   Simple Site Class   update.sh   Download  
File: update.sh
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Simple Site Class
Simple Site Class
Author: By
Last change:
Date: 8 days ago
Size: 205 bytes
 

Contents

Class file image Download
#!/usr/bin/bash ./mk-html.sh git add . git commit git log --all --graph -p --decorate > ~/www/bartonlp.com/gitlog git log --all --graph -p --decorate -2 > ./limited-gitlog echo "Run 'git push' when ready".