This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| ######################################################################### | |
| # ludus-impersonator.sh | |
| # | |
| # A lightweight Bash tool for safely impersonating Ludus users. | |
| # Designed to be sourced into your shell to temporarily override the | |
| # `ludus` command for testing, troubleshooting, or administrative tasks. | |
| # | |
| # Features: | |
| # - Interactive menu to select and impersonate any Ludus user |