c++/bash-offline/kompiluj.sh
author František Kučera <franta-hg@frantovo.cz>
Tue, 17 Aug 2010 22:40:16 +0200
changeset 14 90b924d89579
parent 13 7453f9ec8b30
permissions -rwxr-xr-x
bash-offline – AppArmor pravidlo
     1 #!/bin/bash
     2 
     3 g++ program.cpp -o bash-offline;
     4