mirror of
https://github.com/cetic/unikernels.git
synced 2024-12-25 07:43: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
|