mirror of
https://gitlab.com/octtspacc/sitoctt
synced 2025-01-10 23:14:24 +01:00
10 lines
157 B
Bash
Executable File
10 lines
157 B
Bash
Executable File
#!/bin/sh
|
|
|
|
git clone --depth 1 https://gitlab.com/octtspacc/octt.gmi
|
|
cd octt.gmi
|
|
mv ../public.gmi ./sitoctt
|
|
|
|
git add .
|
|
git commit -m "Agg. $(date)"
|
|
git push
|