460d136d21
Spun out of the hbm-books working folder into its own repo. A small backend+frontend+COBOL admin tool for managing Foundry VTT worlds (socket inspection, join/shutdown debugging).
5 lines
107 B
Bash
5 lines
107 B
Bash
#!/bin/bash
|
|
|
|
gcc -c http_client.c -o http_client.o
|
|
cobc -x -o hbm-admin hbm-admin.cbl http_client.o -lcurl
|