shellingham — Easy Playground
Detect the current shell (bash, zsh, fish, etc.)
Getting started with shellinghamRun locally
Install
pip install shellinghamPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: shellingham)
shellingham is a third-party package. Detect the current shell (bash, zsh, fish, etc.). Install with: pip install shellingham
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?