From 53334ab5a3780dd5244875c9b00736d6b549cf7c Mon Sep 17 00:00:00 2001 From: Jeremy Hansen Date: Fri, 19 Jan 2024 08:53:07 +0700 Subject: python/python3-shellingham: Added (Tool to Detect Surrounding Shell). Signed-off-by: Willy Sudiarto Raharjo --- python/python3-shellingham/README | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 python/python3-shellingham/README (limited to 'python/python3-shellingham/README') 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. -- cgit v1.2.3