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