diff -r 7b718fcf981c -r 7453f9ec8b30 c++/bash-offline/kompiluj.sh --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/c++/bash-offline/kompiluj.sh Tue Aug 17 22:39:16 2010 +0200 @@ -0,0 +1,4 @@ +#!/bin/bash + +g++ program.cpp -o bash-offline; +