c++/bash-offline/kompiluj.sh
author František Kučera <franta-hg@frantovo.cz>
Fri Jun 09 23:23:25 2017 +0200 (2017-06-09)
changeset 47 9e2addbb9674
permissions -rwxr-xr-x
lpt-signal-generator: Makefile
     1 #!/bin/bash
     2 
     3 g++ program.cpp -o bash-offline;
     4