Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
With this you can do: echo 'sig Thing {} run { one Thing }' | alloy exec /dev/stdin or alloy exec <( echo 'sig Thing {} run { one Thing }' ) which allows easier integration into external tools. Signed-off-by: Brock Wilcox <[email protected]>
- Loading branch information