leo/examples/vote/run.sh

10 lines
121 B
Bash
Raw Normal View History

2022-09-20 00:52:55 +03:00
# Build the Leo vote program.
(
leo build || exit
)
# Run the `propose` program function
(
leo run propose || exit
)