c++/bash-offline/kompiluj.sh
author František Kučera <franta-hg@frantovo.cz>
Sat, 19 Nov 2016 23:29:47 +0100
changeset 38 6ec32ee08feb
parent 13 7453f9ec8b30
permissions -rwxr-xr-x
libevent: print_socket_info() -- vypíše pid, uid, gid
     1 #!/bin/bash
     2 
     3 g++ program.cpp -o bash-offline;
     4