c++/bash-offline/kompiluj.sh
author František Kučera <franta-hg@frantovo.cz>
Sat, 20 Jan 2018 21:44:45 +0100
changeset 55 2fbf53cf0782
parent 13 7453f9ec8b30
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