3 lines
66 B
Plaintext
3 lines
66 B
Plaintext
|
#!/bin/sh
|
||
|
echo $(cat /etc/group | grep $USER | sed -e 's/:.*$//')
|