3 lines
198 B
Bash
3 lines
198 B
Bash
# Check if the username passthough works correctly with sudo
|
|
howdy | ack-grep --passthru --color "current active user: travis"
|
|
sudo howdy | ack-grep --passthru --color "current active user: travis"
|