mirror of
https://gitlab.com/octtspacc/OcttKB
synced 2025-06-06 00:29:12 +02:00
Update scripts
This commit is contained in:
8
DeployOld.sh
Executable file
8
DeployOld.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
URL="https://kb.octt.eu.org"
|
||||
|
||||
cd ./public
|
||||
|
||||
wget -O "-1.html" "$URL" || true
|
||||
wget -O "-2.html" "$URL/-1.html" || true
|
Reference in New Issue
Block a user