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