Skip to content

Instantly share code, notes, and snippets.

@c4milo
Created July 22, 2017 11:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save c4milo/d392ae303df7d483f35b1d41e8bce17e to your computer and use it in GitHub Desktop.
Save c4milo/d392ae303df7d483f35b1d41e8bce17e to your computer and use it in GitHub Desktop.
#!/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