Skip to content

cjvirtucio87/bash-tools

Repository files navigation

bash-tools

Overview

This is a project containing simple bash tools for general use.

Current tools

  1. gitversion: a version retrieval tool that uses git depth for the PATCH version
  2. stowsh: a dotfiles managing tool

Installing

curl \
  --location \
  https://github.com/cjvirtucio87/bash-tools/releases/download/bash-tools-<MAJOR>.<MINOR>.<PATCH>/cjvirtucio87-bash-tools-<MAJOR>.<MINOR>.<PATCH>.tar.gz
  | tar \
      --extract \
      --gunzip \
      --directory /usr/local/

Usage

See the help message of each script for more info, e.g.:

gitversion help

About

simple bash tools for general use

Resources

License

Stars

Watchers

Forks

Packages

No packages published