submit.sh 76 Bytes
#!/bin/bash
git add .
git commit -m 'another version'
git push origin main