update_website_wiki.sh 251 B

123456789101112131415161718
  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 ../bambuddy