c++/bash-offline/kompiluj.sh
author František Kučera <franta-hg@frantovo.cz>
Sat Jan 20 21:44:45 2018 +0100 (2018-01-20)
changeset 55 2fbf53cf0782
permissions -rwxr-xr-x
jvm-jni-starter: spouštění JVM (Java) z C/C++ přes JNI
     1 #!/bin/bash
     2 
     3 g++ program.cpp -o bash-offline;
     4