Files
sandbox/cxe
Kyle Isom cbb1f78f27 Add docker container.
Because clang is outdated on many of my other machines.
2017-12-22 13:54:03 -08:00

6 lines
109 B
Bash
Executable File

#!/bin/sh
CONTAINER="{CONTAINER:-cc-build:latest}"
docker run -i -t -v $(pwd):/workspace ${CONTAINER} bash