c++/bash-offline/kompiluj.sh
author František Kučera <franta-hg@frantovo.cz>
Sun Jun 11 13:11:58 2017 +0200 (2017-06-11)
changeset 52 6b5c6a26693f
permissions -rwxr-xr-x
lpt-signal-generator: odsazení: mezery → tabulátory
     1 #!/bin/bash
     2 
     3 g++ program.cpp -o bash-offline;
     4