1
0
mirror of https://gitee.com/dromara/hutool.git synced 2025-04-23 06:05:42 +08:00
hutool/bin/commit.sh
2019-08-14 10:02:32 +08:00

7 lines
60 B
Bash
Executable File

#!/bin/bash
git add .
git commit -am "$1"
bin/push_dev.sh