1
1
mirror of https://github.com/ProvableHQ/leo.git synced 2025-01-07 03:00:50 +03:00
leo/.circleci/leo-init.sh
2021-02-24 21:23:47 -08:00

5 lines
72 B
Bash
Executable File

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