env-share: created justfile

This commit is contained in:
Valerie Wolfe 2024-07-08 13:26:12 -04:00
parent 18389ca9b8
commit 190f17f7e2

11
env-share/justfile Normal file
View file

@ -0,0 +1,11 @@
alias b := build
alias i := install
build:
cargo build --release
install DIR: build
cp ./target/release/env-share "{{DIR}}/env-share"