submit.sh 124 Bytes
#!/bin/bash

git add .
git commit -m 'version correct to chapter 5 and corrections to do in chapter 6'
git push origin main