# ke Half make. ### Why? Simple. ### Usage: Create `ke.yaml`: ```yaml hello: echo hello bye: echo bye ``` Run: ```shell ke hello ke bye ```