Skip to content

Latest commit

 

History

History

Aurae Examples

Run the examples like you would run a script.

You may run directly from the same directory as long as the script is marked at executable

chmod +x my_script.ts

and the script contains a valid shebang line at the top.

#!/usr/bin/env auraescript

You may run the script as follows:

./my_script.ts

Additionally you can leverage the auraescript binary directly to execute your script which will execute a script without being executable and without a shebang.

auraescript myscript.ts