1 2 3 4 5 6 7 8
#!/bin/bash cargo fmt git add * echo "Message: " read msg git commit -m $msg git push -u origin #git push -u lab