work-on-website.sh 122 B

12345678
  1. #!/bin/bash
  2. cd ~/barracuda-nanoc
  3. firefox ~/instruction-nanoc/output/index.html
  4. nanoc view -o localhost &
  5. git gui
  6. kill $!