This website requires JavaScript.
Explore
Help
Sign In
BodgeMaster
/
RandomUsefulStuff
Watch
1
Star
0
Fork
You've already forked RandomUsefulStuff
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
6366167443
RandomUsefulStuff
/
shellutils
/
groups
3 lines
66 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
echo
$(
cat /etc/group
|
grep
$USER
|
sed -e
's/:.*$//'
)
Reference in New Issue
View Git Blame
Copy Permalink