c++/bash-offline/kompiluj.sh
author František Kučera <franta-hg@frantovo.cz>
Mon, 14 Mar 2011 21:54:03 +0100
changeset 15 b166c6f49719
parent 13 7453f9ec8b30
permissions -rwxr-xr-x
První návrh
     1 #!/bin/bash
     2 
     3 g++ program.cpp -o bash-offline;
     4