c++/bash-offline/kompiluj.sh
author František Kučera <franta-hg@frantovo.cz>
Sat Nov 19 22:29:10 2016 +0100 (2016-11-19)
changeset 36 03757ff74694
permissions -rwxr-xr-x
reflexe: vylepšení + netbeans
     1 #!/bin/bash
     2 
     3 g++ program.cpp -o bash-offline;
     4