c++/bash-offline/kompiluj.sh
author František Kučera <franta-hg@frantovo.cz>
Tue, 09 Sep 2014 16:22:47 +0200
changeset 26 16433d4e698d
parent 13 7453f9ec8b30
permissions -rwxr-xr-x
RAIIDemo: System.runFinalization(); místo čekání
     1 #!/bin/bash
     2 
     3 g++ program.cpp -o bash-offline;
     4