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