c++/bash-offline/kompiluj.sh
author František Kučera <franta-hg@frantovo.cz>
Tue Sep 09 14:51:08 2014 +0200 (2014-09-09)
changeset 21 627912dacae3
permissions -rwxr-xr-x
RAII v Javě pomocí try+AutoCloseable
     1 #!/bin/bash
     2 
     3 g++ program.cpp -o bash-offline;
     4