c++/bash-offline/kompiluj.sh
changeset 13 7453f9ec8b30
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/c++/bash-offline/kompiluj.sh	Tue Aug 17 22:39:16 2010 +0200
     1.3 @@ -0,0 +1,4 @@
     1.4 +#!/bin/bash
     1.5 +
     1.6 +g++ program.cpp -o bash-offline;
     1.7 +