submit.sh 92 Bytes
#!/bin/bash

git add .
git commit -m 'version correct to chapter 7...'
git push origin main