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 March 16, 2025 14:05
AdaptiveCpp installation script
#!/bin/bash
# Stop command echoing
set +x
# Propogate errors and fail on error
set -euo pipefail
# Default log level: INFO
QUIET_MODE=false