leo/.circleci/leo-init.sh

5 lines
104 B
Bash
Raw Normal View History

2021-04-01 23:10:34 +03:00
mkdir hello-world
$LEO init --path hello-world || exit 1
ls -la hello-world
$LEO run --path hello-world