mirror of
https://gitlab.com/octtspacc/sitoctt
synced 2025-04-16 02:57:28 +02:00
8 lines
124 B
Bash
Executable File
8 lines
124 B
Bash
Executable File
#!/bin/sh
|
|
. "$(dirname "$(realpath "$0")")/Lib/Globals.sh"
|
|
cd "${swd}/.."
|
|
|
|
rm -rf ./build ./public ./resources
|
|
|
|
cd "${owd}"
|