c++/bash-offline/kompiluj.sh
author František Kučera <franta-hg@frantovo.cz>
Sat Nov 19 22:30:02 2016 +0100 (2016-11-19)
changeset 37 0a06481eec13
permissions -rwxr-xr-x
led-displej: vylepšení
     1 #!/bin/bash
     2 
     3 g++ program.cpp -o bash-offline;
     4