From 9bde00749e9944c357267a024b3ec78d81a6799c Mon Sep 17 00:00:00 2001 From: Charles Date: Tue, 2 Jul 2019 23:44:43 +0200 Subject: c00 start, shell01 ex01 correcion --- shell01/ex01/print_groups.sh | 1 + 1 file changed, 1 insertion(+) create mode 100755 shell01/ex01/print_groups.sh (limited to 'shell01/ex01') diff --git a/shell01/ex01/print_groups.sh b/shell01/ex01/print_groups.sh new file mode 100755 index 0000000..b3d02de --- /dev/null +++ b/shell01/ex01/print_groups.sh @@ -0,0 +1 @@ +groups $FT_USER | tr " " "," | tr -d "\n" -- cgit