c++/bash-offline/kompiluj.sh
author František Kučera <franta-hg@frantovo.cz>
Tue Aug 17 22:39:16 2010 +0200 (2010-08-17)
changeset 13 7453f9ec8b30
permissions -rwxr-xr-x
bash-offline – ukázka offline shellu
     1 #!/bin/bash
     2 
     3 g++ program.cpp -o bash-offline;
     4