-
If I have a Sail file
Is it possible to execute it non-interactively without compiling it to C? |
Beta Was this translation helpful? Give feedback.
Answered by
Alasdair
Jan 5, 2025
Replies: 1 comment 3 replies
-
If you do |
Beta Was this translation helpful? Give feedback.
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
-is
assail -is <script> <file>
with something like:in the script.