c++/bash-offline/kompiluj.sh
author František Kučera <franta-hg@frantovo.cz>
Mon Nov 21 22:48:29 2016 +0100 (2016-11-21)
changeset 43 b54d76467040
permissions -rwxr-xr-x
libevent: řetězec/buffer musí být pro použití jako string ukončen \0
     1 #!/bin/bash
     2 
     3 g++ program.cpp -o bash-offline;
     4