Xi Script is a basic coding language with its interpreter built in C++ and runs files with the name .xis extension. Xi Script was previously known as EScript.
#Running XiScript on your Computer (macOS only with some Linux support)
- run
chmod u+x ./XiScriptInterpreter
in the directory of the file. - Run
./XiScriptInterpreter
to test.
- Download the XiScriptInterpreter and follow the steps above and place it in the
XiScript
Folder - user@computername ~ %
cd Downloads && sudo mv ./XiScriptInterpreter /usr/local/bin/
- Now run the command
XiScriptInterpreter
.