c++/bash-offline/kompiluj.sh
author František Kučera <franta-hg@frantovo.cz>
Tue, 24 Apr 2012 21:02:52 +0200
changeset 16 131d2652b241
parent 13 7453f9ec8b30
permissions -rwxr-xr-x
LED displej – ovládání řadiče – první verze
     1 #!/bin/bash
     2 
     3 g++ program.cpp -o bash-offline;
     4