0
0
Files
42piscine/Shell_01/git_old/ex01/print_groups.sh
Guy Baconniere d30270c485 commit
2021-08-20 10:02:38 +02:00

3 lines
52 B
Bash
Executable File

#!/bin/sh
id -Gn $FT_USER | tr ' ' ',' | tr -d '\n'