brilliant-manifestation/scripts/setup.sh

10 lines
175 B
Bash
Executable File

#!/usr/bin/env bash
# Move into the root folder.
cd $(dirname $(dirname $0))
# Run the setup commands.
./scripts/setup-fonts.sh || exit 1
./scripts/setup-node.sh || exit 1