|
If I have a Sail file Is it possible to execute it non-interactively without compiling it to C? |
Answered by
Alasdair
Jan 5, 2025
Replies: 1 comment 3 replies
|
If you do |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For entirely non-interactive execution, you can write a script with the interpreter commands you want to execute, then use interactive script command
-isassail -is <script> <file>with something like:in the script.