initial commit

This commit is contained in:
ghost 2024-02-09 02:19:04 +02:00
parent 02d11978fa
commit 2d20e7e86f
4 changed files with 127 additions and 0 deletions

21
sync.sh Normal file
View file

@ -0,0 +1,21 @@
#!/bin/bash
# Sync local database with howto-db repository
# =========================================================================
# Configuration
# =========================================================================
cd /home/bdoku/howto-db
CommitMessage=$(date -d "$date -1 days" +"%F")-23-30
# =========================================================================
# Begin upgrade
# =========================================================================
git add .
git commit -m $CommitMessage
git push