update_website_wiki.sh 328 B

1234567891011121314151617181920212223
  1. #!/bin/bash
  2. cd ../bambuddy-telemetry
  3. git add .
  4. git commit -m "Updated telemetry"
  5. git push
  6. cd ../bambuddy-website
  7. git add .
  8. git commit -m "Updated website"
  9. git push
  10. cd ../bambuddy-wiki
  11. git add .
  12. git commit -m "Updated Wiki"
  13. git push
  14. cd ../spoolbuddy-website
  15. git add .
  16. git commit -m "Updated website"
  17. git push
  18. cd ../bambuddy