c++/led-displej/kompiluj.sh
author František Kučera <franta-hg@frantovo.cz>
Sun, 20 Nov 2016 21:00:47 +0100
changeset 42 5bd10c0ae650
parent 16 131d2652b241
permissions -rwxr-xr-x
libevent: c++ string
     1 #!/bin/bash
     2 
     3 g++ led-displej.cpp -o led-displej;
     4