mirror of https://gitlab.com/octtspacc/sitoctt
8 lines
121 B
Bash
8 lines
121 B
Bash
|
#!/bin/sh
|
||
|
. "$(dirname "$(realpath "$0")")/.Globals.sh"
|
||
|
cd "${swd}/.."
|
||
|
|
||
|
rm -rf ./build ./public ./resources
|
||
|
|
||
|
cd "${owd}"
|