Skip to content

Instantly share code, notes, and snippets.

View grandemk's full-sized avatar
👋

Kevin Grandemange grandemk

👋
View GitHub Profile
@grandemk
grandemk / asyncproc.py
Last active October 16, 2020 20:44
asyncproc for python3
#! /usr/bin/env python3
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
#include "sol.hpp"
#include <iostream>
#include <string>
using std::cout;
using std::endl;
using std::string;
int main()
{