config-bootstrap/bootstrap.bash

9 lines
167 B
Bash
Raw Normal View History

2022-05-21 02:30:05 +02:00
#!/bin/bash
BASEDIR=$(cd "$(dirname "$0")" && pwd)
bash "${BASEDIR}/os.bash"
bash "${BASEDIR}/tools.bash"
bash "${BASEDIR}/fonts.bash"
bash "${BASEDIR}/config.bash"