OcttKB/DeployOld.sh

9 lines
128 B
Bash
Raw Normal View History

2022-09-22 17:58:44 +02:00
#!/bin/sh
URL="https://kb.octt.eu.org"
cd ./public
wget -O "-1.html" "$URL" || true
wget -O "-2.html" "$URL/-1.html" || true