initial commit

This commit is contained in:
2026-06-02 14:40:03 +02:00
commit a5089f815b
11 changed files with 581 additions and 0 deletions
Executable
+14
View File
@@ -0,0 +1,14 @@
#!/usr/bin/env bash
set -euo pipefail
cd "$(dirname "$0")"
set -x
[ -d vendor/stdlib ] ||
git clone --recursive https://git.javalsai.tuxcord.net/shell/stdlib.git vendor/stdlib
[ -d vendor/std ] ||
git clone --recursive https://git.javalsai.tuxcord.net/shell/std.git vendor/std
[ -d vendor/clap ] ||
git clone --recursive https://git.javalsai.tuxcord.net/shell/clap.git vendor/clap