c++/bash-offline/kompiluj.sh
author František Kučera <franta-hg@frantovo.cz>
Tue, 17 Aug 2010 22:39:16 +0200
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