mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-08-18 20:38:02 +08:00
7 lines
60 B
Bash
7 lines
60 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
git add .
|
||
|
|
git commit -am "$1"
|
||
|
|
|
||
|
|
bin/push_dev.sh
|