c++/bash-offline/kompiluj.sh
changeset 36 03757ff74694
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/c++/bash-offline/kompiluj.sh	Sat Nov 19 22:29:10 2016 +0100
     1.3 @@ -0,0 +1,4 @@
     1.4 +#!/bin/bash
     1.5 +
     1.6 +g++ program.cpp -o bash-offline;
     1.7 +