/Build-Script

The objective of this script is to copy files from source to build, with a couple of exceptions and modifications.

Primary LanguageShell

Build Script

One common use of bash scripts is for releasing a “build” of your source code. Sometimes your private source code may contain developer resources or private information that you don’t want to release in the published version.

In this project, I created a release script to copy certain files from a source directory into a build directory.