update_website_wiki.sh 232 B

12345678910111213141516
  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-telemetry/
  11. git add .
  12. git commit -m "Updated Stats"
  13. git push