first commit
This commit is contained in:
1
Template/sh/.pydio
Normal file
1
Template/sh/.pydio
Normal file
@@ -0,0 +1 @@
|
||||
bbb32e53-9bbc-4537-b22b-2be773a4553a
|
||||
5
Template/sh/push.sh
Executable file
5
Template/sh/push.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
# 自动提交代码到 github,linux 系统才能使用
|
||||
message="shell的自动提交,更新记录查看CHANGES.md"
|
||||
git add -A && git commit -m $message && git push
|
||||
Reference in New Issue
Block a user