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