update_website_wiki.sh 172 B

12345678910111213
  1. #!/bin/bash
  2. cd ../bambuddy-website
  3. git add .
  4. git commit -m "Updated website"
  5. git push
  6. cd ../bambuddy-wiki
  7. git add .
  8. git commit -m "Updated Wiki"
  9. git push
  10. cd ../bambuddy