autocomit

This commit is contained in:
2026-02-07 17:51:17 +01:00
parent ff2eb62174
commit b752e26526
68 changed files with 8291 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
#!/bin/bash
#
rsync -av * ../gh/ldpv2/
cd ../gh/ldpv2/
git add .
git commit -a -m "autocomit"
git push