sitoctt/Scripts/Clean.sh

8 lines
124 B
Bash
Raw Permalink Normal View History

#!/bin/sh
2024-08-25 17:18:20 +02:00
. "$(dirname "$(realpath "$0")")/Lib/Globals.sh"
cd "${swd}/.."
rm -rf ./build ./public ./resources
cd "${owd}"