move all the buildscripts out of the root

This commit is contained in:
idk
2023-01-23 16:41:27 +00:00
parent 4a312198ff
commit e594ce9bb5
13 changed files with 12 additions and 12 deletions

15
buildscripts/experimental.sh Executable file
View File

@@ -0,0 +1,15 @@
#! /usr/bin/env bash
SCRIPT_DIR=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd -P)/..
cd "$SCRIPT_DIR" || exit 1
. "$SCRIPT_DIR/config.sh"
if [ -f "$SCRIPT_DIR/config_override.sh" ]; then
. "$SCRIPT_DIR/config_override.sh"
fi
./clean.sh
wsl make distclean
./build.sh
wsl make