a blog application for cst-391
set and unset the environment variables locally
export $(grep -v '^#' .env | xargs)unset $(grep -v '^#' .env | sed -E 's/(.*)=.*/\1/' | xargs)| Name | Name | Last commit date | ||
|---|---|---|---|---|
a blog application for cst-391
set and unset the environment variables locally
export $(grep -v '^#' .env | xargs)unset $(grep -v '^#' .env | sed -E 's/(.*)=.*/\1/' | xargs)