sitoctt/Scripts/Clean.sh

8 lines
121 B
Bash
Raw Normal View History

#!/bin/sh
. "$(dirname "$(realpath "$0")")/.Globals.sh"
cd "${swd}/.."
rm -rf ./build ./public ./resources
cd "${owd}"