1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/c++/bash-offline/kompiluj.sh Sat Feb 10 17:11:31 2018 +0100 1.3 @@ -0,0 +1,4 @@ 1.4 +#!/bin/bash 1.5 + 1.6 +g++ program.cpp -o bash-offline; 1.7 +