c++/led-displej/kompiluj.sh
author František Kučera <franta-hg@frantovo.cz>
Fri Nov 18 21:41:23 2016 +0100 (2016-11-18)
changeset 28 1fec66105b8e
permissions -rwxr-xr-x
libevent: hello world
     1 #!/bin/bash
     2 
     3 g++ led-displej.cpp -o led-displej;
     4