Skip to content

Instantly share code, notes, and snippets.

View edwinwong90's full-sized avatar

Edwin Wong edwinwong90

View GitHub Profile
@edwinwong90
edwinwong90 / load_dotenv.sh
Created February 23, 2023 10:59 β€” forked from mihow/load_dotenv.sh
Load environment variables from dotenv / .env file in Bash
if [ ! -f .env ]
then
export $(cat .env | xargs)
fi
@edwinwong90
edwinwong90 / README-Template.md
Created March 10, 2019 16:06 β€” forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites