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