Skip to content

Instantly share code, notes, and snippets.

@retpolanne
Created August 5, 2018 15:47
Show Gist options
  • Save retpolanne/00c527b89d4ee32c802abbab230fa4fe to your computer and use it in GitHub Desktop.
Save retpolanne/00c527b89d4ee32c802abbab230fa4fe to your computer and use it in GitHub Desktop.
#!/bin/bash
docker run --name gcc-docker --rm -v "$PWD":/usr/src/assembly -w /usr/src/assembly -it gcc:4.9 $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment