website/misc/run.sh
2025-06-03 17:02:01 +02:00

11 lines
136 B
Bash
Executable File

#!/bin/bash
set -e
# Compile the minishell project
make -C minishell
make -C miniRT
# start the containers
docker compose up --build