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