Ready to Start Your Career?

By: Rattar
July 4, 2017
Create Simple Terminal Scripts with Juliar.Future sysExec

By: Rattar
July 4, 2017

function main() = { string output = sysExec('dir'); printLine(output);}
Please note that sysExec is OS independent. So, sysExec() should output the listing of directories on any OS.NOTE: New versions of Juliar will attempt to use PowerShell instead of Terminal in order to have access to similar bash commands. This will allow you to write all commands "bash" style.For more information visit https://juliar.org and ask questions on our forums at https://juliar.org/forums