aboutsummaryrefslogtreecommitdiff
path: root/python/python3-shellingham/README
diff options
context:
space:
mode:
authorJeremy Hansen <jebrhansen+SBo@gmail.com>2024-01-19 08:53:07 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-01-19 12:28:50 +0700
commit53334ab5a3780dd5244875c9b00736d6b549cf7c (patch)
treea1b2fc2c6ae75acf88c4927818f7fb79b2783833 /python/python3-shellingham/README
parente3bb989026ed5715ba4040e43533af51d827446a (diff)
python/python3-shellingham: Added (Tool to Detect Surrounding Shell).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-shellingham/README')
-rw-r--r--python/python3-shellingham/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/python/python3-shellingham/README b/python/python3-shellingham/README
new file mode 100644
index 0000000000..d55dcdd95a
--- /dev/null
+++ b/python/python3-shellingham/README
@@ -0,0 +1,7 @@
+python3-shellingham (Tool to Detect Surrounding Shell)
+
+Shellingham detects what shell the current Python executable is
+running in.
+
+detect_shell pokes around the process's running environment to
+determine what shell it is run in.