Skip to content

Instantly share code, notes, and snippets.

View aleph-ra's full-sized avatar

ahr aleph-ra

View GitHub Profile
@aleph-ra
aleph-ra / install_acpp.sh
Last active September 6, 2025 16:11
AdaptiveCpp installation script
#!/bin/bash
# Stop command echoing
set +x
# Propogate errors and fail on error
set -eo pipefail
# Default log level: INFO
QUIET_MODE=false