Files
Binx/scripts/update_hardware_inc.sh
Pierre Wacrenier 1d49826117 Vendor hardware.inc
2025-01-17 12:13:55 +01:00

7 lines
222 B
Bash

#!/bin/sh
HARDWARE_INC_URL='https://raw.githubusercontent.com/gbdev/hardware.inc/refs/heads/master/hardware.inc'
GIT_ROOT=$(git rev-parse --show-toplevel)
curl "${HARDWARE_INC_URL}" -o "${GIT_ROOT}/include/hardware.inc"