c++/bash-offline/kompiluj.sh
author František Kučera <franta-hg@frantovo.cz>
Fri, 18 Nov 2016 21:41:23 +0100
changeset 28 1fec66105b8e
parent 13 7453f9ec8b30
permissions -rwxr-xr-x
libevent: hello world
     1 #!/bin/bash
     2 
     3 g++ program.cpp -o bash-offline;
     4