#!/bin/bash
vim master
git add master
git commit
sed -e 's/\[\( *\)\]/ \1 /g' < master > publish.new
mv  -f publish.new publish
