c++/bash-offline/kompiluj.sh
author František Kučera <franta-hg@frantovo.cz>
Sat, 22 Sep 2012 22:28:35 +0200
changeset 18 b356e7c9211f
parent 13 7453f9ec8b30
permissions -rwxr-xr-x
vylepšený (q)makefile
     1 #!/bin/bash
     2 
     3 g++ program.cpp -o bash-offline;
     4