c++/bash-offline/kompiluj.sh
author František Kučera <franta-hg@frantovo.cz>
Sat, 19 Nov 2016 20:10:17 +0100
changeset 34 117e8ff77326
parent 13 7453f9ec8b30
permissions -rwxr-xr-x
libevent: předávání dat z listener_cb() do conn_read_cb()
     1 #!/bin/bash
     2 
     3 g++ program.cpp -o bash-offline;
     4