c++/bash-offline/kompiluj.sh
author František Kučera <franta-hg@frantovo.cz>
Sat Nov 19 22:28:08 2016 +0100 (2016-11-19)
changeset 35 ef8152d84946
permissions -rwxr-xr-x
RAII: netbeans
     1 #!/bin/bash
     2 
     3 g++ program.cpp -o bash-offline;
     4