Created
July 22, 2017 11:49
-
-
Save c4milo/d392ae303df7d483f35b1d41e8bce17e to your computer and use it in GitHub Desktop.
This file contains 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/sh | |
if [ "$1" == "initgroups" ]; then | |
echo "$2" | |
else | |
/usr/bin/getent1 "$@" | |
fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment