dev: use stdlib for checks

This commit is contained in:
2026-06-02 06:22:29 +02:00
parent 736b0fc1f4
commit 983e2f34f7
5 changed files with 31 additions and 1 deletions
Executable
+14
View File
@@ -0,0 +1,14 @@
#!/usr/bin/env bash
set -euo pipefail
cd "$(dirname "$0")"
source src/lib.sh
std::wprintln "These dependencies are OPTIONAL because they might depend on older versions of std, having recursion problems"
# more like recurring down in history until the original commit, but yeah
set -x
[ -d vendor/stdlib ] ||
git clone --recursive https://git.javalsai.tuxcord.net/shell/stdlib.git vendor/stdlib