bash
git clone https://github.com/mass10/rmake.git
cargo install --path rmake
``` [env] MYENV01 = "administrator@example.com" MYENV02 = "2147483647" MYENV03 = "true"
[[tasks]] description = "Hello, rmake!" name = "default task" dependson = [] command = [ ["echo", "%MYENV_02%"] ] ```