diff options
| author | Jeremy Hansen <jebrhansen+SBo@gmail.com> | 2024-01-19 08:53:07 +0700 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-19 12:28:50 +0700 |
| commit | 53334ab5a3780dd5244875c9b00736d6b549cf7c (patch) | |
| tree | a1b2fc2c6ae75acf88c4927818f7fb79b2783833 /python/python3-shellingham/README | |
| parent | e3bb989026ed5715ba4040e43533af51d827446a (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/README | 7 |
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. |
