Before 'make' it must have been the case that people built their projects with shell scripts. When make appeared it was immediately and completely accepted but slowly it began to lose favour and there are now many elaborate alternatives. This project shows by demonstration that shell scripts could be a good way to do builds after all. A major advantage is that since everyone knows the shell there is nothing new to learn.
Make does two things. It cleverly infers a process to build a target from available resources, but as a distinct matter it skips the execution of any step in the process where it so happens that the product of the step exists already and is up to date. The first part is not usually what the user needs whereas the second part, which can avoid large amounts of redundant processing, is exactly what is wanted. The second part is simple enough to achieve with the shell.

Project Activity

See All Activity >

Categories

Build Tools

License

Public Domain, GNU General Public License version 3.0 (GPLv3)

Follow build with bash

build with bash Web Site

You Might Also Like
Our Free Plans just got better! | Auth0 by Okta Icon
Our Free Plans just got better! | Auth0 by Okta

With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your secuirty. Auth0 now, thank yourself later.
Try free now
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of build with bash!

Additional Project Details

Operating Systems

Linux

Intended Audience

Developers

User Interface

Command-line

Registered

2021-04-15