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