streamjoin / fairy

scripts make life easier

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

scripts make life easier

License:MIT License


Languages

Language:Shell 100.0%