mirror of
https://github.com/cetic/unikernels.git
synced 2024-12-26 08:13:26 +07:00
4 lines
141 B
Bash
4 lines
141 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
docker run --rm -it -v "${PWD}":/usr/src/build -w /usr/src/build cetic/compiler g++ -std=c++11 -static -o runnableService *.cpp
|