Skip to content
#

minimalist

Here are 634 public repositories matching this topic...

ops
am11
am11 commented Mar 10, 2021

For example:

# compile a simple app
$ gcc -xc - -oapp.exe <<EOF
#include<stdio.h>
int main()
{
    printf("Hello World!\n");
    return 0;
}
EOF

# build image for two providers
$ ops build app.exe -t hyper-v
Bootable image file:/home/am11/.ops/vhdx-images/app.vhdx
$ ops build app.exe -t onprem
Bootable image file:/home/am11/.ops/images/app.img

`ops instance create

Improve this page

Add a description, image, and links to the minimalist topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the minimalist topic, visit your repo's landing page and select "manage topics."

Learn more