/usr/bin/g++ -DEVAL -std=gnu++20 -O2 -pipe -static -s -o job job.cpp
/usr/bin/g++ -DEVAL -std=gnu++17 -O2 -pipe -static -s -o job job.cpp
/usr/bin/javac -encoding UTF-8 job.java /bin/sh -c echo "Main-Class: job" > __manifest__.txt /bin/sh -c jar cfm job.jar __manifest__.txt *.class