bashでdotenv Posted Jul 8, 2020 By rengotaku 1 min read MY_VAR=$(grep MY_VAR .env | cut -d '=' -f 2-) Parse a .env (dotenv) file directly using BASH devtools shell This post is licensed under CC BY 4.0 by the author. Share