Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.86 KB

README.md

File metadata and controls

39 lines (25 loc) · 1.86 KB

Fairy

The shell scripts I ever programmed are just like little fairies who get jobs done magically. May you feel helpful with them.

While the scripts in this repository are more or less application-specific, you may checkout the Fairy-commons repository for common script libraries.

About This Repository

This repository contains submodules as dependencies. Therefore, you should run the following command to get the complete source code:

git clone --recursive https://github.com/streamjoin/fairy.git

When there are updates of the submodules at the remote of this repository, use the following command to pull the changes:

git submodule update --init --recursive

Use the following command to synchronize the submodules with their corresponding remote repositories:

git submodule update --init --remote

Resources

Before looking into the following references, you may consider leveraging the bootstrapping facilities crafted based on my years of experience to initiate your shell programming in a more elegant way.