Syntax highlighting.

This commit is contained in:
Dhananjay Balan
2019-08-03 16:49:50 +02:00
parent ee9f596ac1
commit 7b8e412f33
3 changed files with 90 additions and 9 deletions

View File

@@ -30,13 +30,13 @@ well. Thats what I ended up doing!
1. Load the kernel module for linux emulation.
```
```bash
kldload linux64.ko
```
2. Get elm [linux binary from github](https://github.com/elm/compiler/releases).
```
```bash
wget \
https://github.com/elm/compiler/releases/download/0.19.0/binaries-for-linux.tar.gz
tar xf binaries-for-linux.tar.gz
@@ -47,12 +47,12 @@ tar xf binaries-for-linux.tar.gz
as type `Linux`. Kernel uses this information check decide runtime
to use, in our case Linux emulation.
```
```bash
brandelf -t Linux ./elm
```
..and there we have it
```
```sh
$ file elm
elm: ELF 64-bit LSB executable, x86-64, version 1 (GNU/Linux), statically linked, with debug_info, not stripped