git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 8101212e8c56fb70a9d38cd8c931366da445aa29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## Purpose

I will place multiple scripts here which may fit a daily-use purpose on Debian systems but are not
covered by the repositories attached to the systems.

## Shell scripting

Many executables placed here will be shell scripting. I still prefer this because a bash or ksh is present on most systems, while python or perl not necessarily are.

Any bash code here is also ksh compliant. ksh means: ksh93, and for AIX you better rely on AIX 7 - while AIX 6 has ksh93 it's a rather nasty fork IBM never cared to update too much.

## Folders

* **./aux:** The auxiliaries used to check the validity of this repositories' content, e.g. code checkers
* **./bin:** "executables", intended to be directly run and not sourced
* **./lib:** "libraries", intended to be sourced to provide functions and variables
* **./sbin:** system "executables", intended to be directly run and not sourced