1
0
This repository has been archived on 2024-10-25. You can view files and clone it, but cannot push or open issues or pull requests.
42-2nd-piscine/finish/shell01/ex01/print_groups.sh

3 lines
52 B
Bash
Raw Permalink Normal View History

2023-08-03 23:16:27 +02:00
#!/bin/sh
id -nG $FT_USER | tr ' ' ',' | tr -d '\n'