c++/bash-offline/kompiluj.sh
author František Kučera <franta-hg@frantovo.cz>
Sun Nov 20 20:39:08 2016 +0100 (2016-11-20)
changeset 40 ba40af6cf815
permissions -rwxr-xr-x
libevent: formátování výstupu, sjednocení, angličtina
     1 #!/bin/bash
     2 
     3 g++ program.cpp -o bash-offline;
     4