The -E code command will execute the code specified as a command-line argument.
-E code
Example:
$ sidef -E "say 'hello world'"
Outputs:
hello world
Last updated 4 years ago