leo/.circleci/lottery/run.sh

10 lines
179 B
Bash
Raw Normal View History

2023-12-12 00:19:42 +03:00
#!/bin/bash
# First check that Leo is installed.
if ! command -v leo &> /dev/null
then
echo "leo is not installed."
exit
fi
# Run the lottery example
leo run play || exit