leo/.circleci/leo-init.sh
2021-04-08 18:12:34 +03:00

6 lines
81 B
Bash
Executable File

mkdir hello-world
cd hello-world
$LEO init || exit 1
ls -la hello-world
$LEO run