mkproj-lib 0.2.1

Modules for MKProject Programs
Documentation
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