c++/bash-offline/kompiluj.sh
author František Kučera <franta-hg@frantovo.cz>
Sat, 10 Feb 2018 17:11:31 +0100
changeset 56 813b44590d07
parent 13 7453f9ec8b30
permissions -rwxr-xr-x
jvm-jni-starter: --sql místo --sql-in + refaktoring
     1 #!/bin/bash
     2 
     3 g++ program.cpp -o bash-offline;
     4