Skip to content

Instantly share code, notes, and snippets.

View ppkarwasz's full-sized avatar
💭
Available for Open Source contract work

Piotr P. Karwasz ppkarwasz

💭
Available for Open Source contract work
View GitHub Profile
@ppkarwasz
ppkarwasz / client.c
Created February 16, 2020 21:05
Small remote command execution
#include <stdio.h>
#include <stdlib.h>
#include "libwrapper.h"
int main(int argc, char *const argv[]) {
int ctrl = prepare_socket(true);
if (argc < 2) {