hutool/bin/commit.sh

7 lines
60 B
Bash
Raw Normal View History

2019-08-14 10:02:32 +08:00
#!/bin/bash
git add .
git commit -am "$1"
bin/push_dev.sh