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