c++/bash-offline/kompiluj.sh
changeset 59 d6614ad97bed
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/c++/bash-offline/kompiluj.sh	Fri May 15 20:32:37 2020 +0200
     1.3 @@ -0,0 +1,4 @@
     1.4 +#!/bin/bash
     1.5 +
     1.6 +g++ program.cpp -o bash-offline;
     1.7 +