OcttKB/DeployOld.sh

9 lines
128 B
Bash
Executable File

#!/bin/sh
URL="https://kb.octt.eu.org"
cd ./public
wget -O "-1.html" "$URL" || true
wget -O "-2.html" "$URL/-1.html" || true