Files
Custom-Operating-System/test/all.sh

9 lines
232 B
Bash
Raw Normal View History

2025-02-12 09:54:05 -05:00
# Run from the root dir.
SCRIPT_DIR="$( cd -- "$( dirname -- "${BASH_SOURCE[0]:-$0}"; )" &> /dev/null && pwd 2> /dev/null; )";
$SCRIPT_DIR/x86.sh
$SCRIPT_DIR/x86_64.sh
$SCRIPT_DIR/arm.sh
$SCRIPT_DIR/arm64.sh
$SCRIPT_DIR/riscv64.sh