c++/bash-offline/kompiluj.sh
author František Kučera <franta-hg@frantovo.cz>
Sun Nov 20 20:40:30 2016 +0100 (2016-11-20)
changeset 41 2383ed4da507
permissions -rwxr-xr-x
libevent: c++
     1 #!/bin/bash
     2 
     3 g++ program.cpp -o bash-offline;
     4