c++/led-displej/kompiluj.sh
author František Kučera <franta-hg@frantovo.cz>
Sun, 11 Jun 2017 12:51:19 +0200
changeset 50 75edae164ebc
parent 16 131d2652b241
permissions -rwxr-xr-x
lpt-signal-generator: c++ auto, TODO komentáře
     1 #!/bin/bash
     2 
     3 g++ led-displej.cpp -o led-displej;
     4