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