git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorHarald Pfeiffer <harald.pfeiffer _ xmart.de> 2018-08-23 11:53:31 +0200
committerHarald Pfeiffer <harald.pfeiffer _ xmart.de> 2018-08-23 11:53:31 +0200
commit42518cee1ebd0752e575f1f8df1ea040221ca9e9 (patch)
treea6ab04829a26c07d6a91f633170219ed5c661864 /README.md
downloaddebian-scripts-42518cee1ebd0752e575f1f8df1ea040221ca9e9.tar.bz2
Initial commit
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
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