-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprint_groups.sh
15 lines (13 loc) · 947 Bytes
/
print_groups.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# **************************************************************************** #
# #
# ::: :::::::: #
# print_groups.sh :+: :+: :+: #
# +:+ +:+ +:+ #
# By: rnarciso <rnarciso@student.42lisboa.com +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2022/09/19 19:14:05 by rnarciso #+# #+# #
# Updated: 2022/09/19 19:19:43 by rnarciso ### ########.fr #
# #
# **************************************************************************** #
#!/bin/bash
id -nG $FT_USER | tr -d "\n" | tr ' ' ','