From 2098a67a6ec605da4b7f87f3181e6f2f3f91f916 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 13 Oct 2024 23:41:32 +0200 Subject: [PATCH] out/web --- build.sh | 12 ------------ {in => out/web}/index.html | 0 2 files changed, 12 deletions(-) delete mode 100755 build.sh rename {in => out/web}/index.html (100%) diff --git a/build.sh b/build.sh deleted file mode 100755 index 87153d3..0000000 --- a/build.sh +++ /dev/null @@ -1,12 +0,0 @@ -#! /usr/bin/env bash -FILE="$(realpath "${BASH_SOURCE[0]}")" -ROOT="$(dirname "${FILE}")" - -rsync \ ---archive \ ---delete-before \ ---partial \ ---progress \ ---verbose \ -"${ROOT}/in/" \ -"${ROOT}/out/" diff --git a/in/index.html b/out/web/index.html similarity index 100% rename from in/index.html rename to out/web/index.html