Skip to content

Instantly share code, notes, and snippets.

View samirpdl's full-sized avatar

Sameer Poudel samirpdl

View GitHub Profile
# Merge Script
# 1
# Set bash script to exit immediately if any commands fail.
set -e
# 2
# Setup some constants for use later on.
FRAMEWORK_NAME="BrandingFramework"