#!/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