Currently shell blocks are treated as strings. Would be nice if they could have syntax highlighting for shell scripts instead. Bash is probably the most common.
rule:
shell:
"""
what="world"
echo "Hello ${what}"
"""
rule:
run: shell("echo Hello world")
Currently shell blocks are treated as strings. Would be nice if they could have syntax highlighting for shell scripts instead. Bash is probably the most common.