allegro/scripts/setup.sh

13 lines
260 B
Bash
Raw Normal View History

#!/usr/bin/env bash
2022-08-01 15:38:27 +00:00
# Move into the root folder.
cd $(dirname $(dirname $0))
# Run the setup commands.
./scripts/setup-fonts.sh || exit 1
./scripts/setup-fedran-covers.sh || exit 1
./scripts/setup-node.sh || exit 1
# Versions
# 2022-08-11 - Initial version