๐Ÿ“ฆ andres-lowrie / shell-fns

Shell Functions

โ˜… 3 stars โ‘‚ 0 forks ๐Ÿ‘ 3 watching โš–๏ธ MIT License
๐Ÿ“ฅ Clone https://github.com/andres-lowrie/shell-fns.git
HTTPS git clone https://github.com/andres-lowrie/shell-fns.git
SSH git clone git@github.com:andres-lowrie/shell-fns.git
CLI gh repo clone andres-lowrie/shell-fns
Andres Lowrie Andres Lowrie Update README.md 118ae2a 3 years ago ๐Ÿ“ History
๐Ÿ“‚ main View all commits โ†’
๐Ÿ“ bin
๐Ÿ“ src
๐Ÿ“„ generate.sh
๐Ÿ“„ LICENSE
๐Ÿ“„ README.md
๐Ÿ“„ README.md

shell-fns

Shell Functions

Overview

The idea with this is to create more declarative pipelines by given common operations easier (better?) names

Building

bash generate.sh

This will traverse the src directory and create a script in bin following rules:

  • for each file:
  • create a script with the fn. "namespace" in the output directory
  • remove the .sh extension