This:
heading 1 | heading 2 | heading 3
--- | --- | ---
abc | bcd | cde
def | efg | fghbecomes this:
This:
heading 1 | heading 2 | heading 3
--- | --- | ---
abc | bcd | cde
def | efg | fghbecomes this:
| #!/bin/bash | |
| # Script to instruct the Mac how to route packets to the | |
| # software defined network where containers created via boot2docker | |
| # reside. This lets you casually directly to ports (ssh, http, etc. etc.) | |
| # on those containers. | |
| # | |
| function ohfk(){ echo "FUCK: $*" ; } | |
| function ohno(){ echo "FAILING: $*" ; exit 1; } | |
| [ ! -z "$1" ] && DOCKER_MACHINE_ID="$1" || DOCKER_MACHINE_ID="default" | 
Refer to https://clang-omp.github.io/ .
We need to install something:
brew install libiomp
brew install clang-ompThen we need to set the environment: