c++/bash-offline/kompiluj.sh
changeset 18 b356e7c9211f
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/c++/bash-offline/kompiluj.sh	Sat Sep 22 22:28:35 2012 +0200
     1.3 @@ -0,0 +1,4 @@
     1.4 +#!/bin/bash
     1.5 +
     1.6 +g++ program.cpp -o bash-offline;
     1.7 +