Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

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
Morty Proxy This is a proxified and sanitized view of the page, visit original site.