- Shell 70.5%
- Nix 26.7%
- HTML 1.7%
- C 0.5%
- Java 0.1%
- Other 0.1%
|
|
||
|---|---|---|
| awk | ||
| bash | ||
| templates | ||
| .gitignore | ||
| .gitmodules | ||
| Library_license.txt | ||
| README.md | ||
Library
This is my personal library that I've written over the years for the various systems I've used.
It started with me writing bash functions in my .bash_alias file then it grew into a kind of library of it's own.
awk
Contains various AWK script files.
bash
Contains my BASH library files of functions and scripts, some are better than others, many are a work-in-progress.
Generate import file.
Use generate_import.sh to generate the import or lib file which is sourced in .bashrc when launching a new shell.
Can also be used to generate a lib file which contains all the extracted functions from the individual source files in one single file.
Use this if you rather would source a single file rather than multiple.
Files, directories or file extensions to be excluded can be added in EXCLUDE_NAMES & EXCLUDE_EXTS inside the script.
templates
Contains various template files I can use for quick file creation.