Files
2026-02-07 17:51:17 +01:00

12 lines
107 B
Bash

#!/bin/bash
#
rsync -av * ../gh/ldpv2/
cd ../gh/ldpv2/
git add .
git commit -a -m "autocomit"
git push