diff -r 000000000000 -r 9c0f52aa4772 c++/bash-offline/kompiluj.sh --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/c++/bash-offline/kompiluj.sh Fri Nov 18 23:07:02 2016 +0100 @@ -0,0 +1,4 @@ +#!/bin/bash + +g++ program.cpp -o bash-offline; +