c++/bash-offline/kompiluj.sh
author František Kučera <franta-hg@frantovo.cz>
Tue Sep 09 15:36:37 2014 +0200 (2014-09-09)
changeset 23 860bad49e427
permissions -rwxr-xr-x
RAIIDemo: výpis potlačených výjimek + c.něcoDělej();
     1 #!/bin/bash
     2 
     3 g++ program.cpp -o bash-offline;
     4