Add environment helper

This commit is contained in:
2022-08-11 00:04:41 +12:00
parent 00d4100a3c
commit 1efc90e172

4
setenv.sh Normal file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env bash
# Export env vars
export $(grep -v '^#' .env | xargs)