c++/bash-offline/kompiluj.sh
author František Kučera <franta-hg@frantovo.cz>
Mon, 21 Nov 2016 22:48:29 +0100
changeset 43 b54d76467040
parent 13 7453f9ec8b30
permissions -rwxr-xr-x
libevent: řetězec/buffer musí být pro použití jako string ukončen \0
franta-hg@13
     1
#!/bin/bash
franta-hg@13
     2
franta-hg@13
     3
g++ program.cpp -o bash-offline;
franta-hg@13
     4