first commit

This commit is contained in:
编码猿
2024-09-27 00:52:52 +08:00
commit d5a61090de
72 changed files with 11656 additions and 0 deletions

1
Template/sh/.pydio Normal file
View File

@@ -0,0 +1 @@
bbb32e53-9bbc-4537-b22b-2be773a4553a

5
Template/sh/push.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
# 自动提交代码到 githublinux 系统才能使用
message="shell的自动提交更新记录查看CHANGES.md"
git add -A && git commit -m $message && git push