diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..8101212 --- /dev/null +++ b/README.md @@ -0,0 +1,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 |