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