/usr/bin/gcc -DEVAL -std=gnu11 -O2 -pipe -static -s -o PE PE.c -lm
/usr/bin/g++ -DEVAL -std=gnu++20 -O2 -pipe -static -s -o PE PE.cpp
/usr/bin/g++ -DEVAL -std=gnu++17 -O2 -pipe -static -s -o PE PE.cpp
/usr/bin/javac -encoding UTF-8 PE.java /bin/sh -c echo "Main-Class: PE" > __manifest__.txt /bin/sh -c jar cfm PE.jar __manifest__.txt *.class
/usr/bin/pypy3 -m compileall -b PE.py /bin/mv PE.pyc __main__.pyc /usr/bin/zip PE.pyz.zip __main__.pyc /bin/mv PE.pyz.zip PE.pyz