diff -r 000000000000 -r 63b496ae04f9 c++/bash-offline/kompiluj.sh --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/c++/bash-offline/kompiluj.sh Tue Aug 06 17:51:00 2013 +0200 @@ -0,0 +1,4 @@ +#!/bin/bash + +g++ program.cpp -o bash-offline; +