From 0619a89ac7c9fc5debc3f7c6d2ee348d2d00b58a Mon Sep 17 00:00:00 2001 From: Cabergs Charles Date: Tue, 2 Jul 2019 15:33:01 +0200 Subject: shell00 and shell01 --- j01/ex01/print_groups.sh | 1 + 1 file changed, 1 insertion(+) create mode 100755 j01/ex01/print_groups.sh (limited to 'j01/ex01') diff --git a/j01/ex01/print_groups.sh b/j01/ex01/print_groups.sh new file mode 100755 index 0000000..b233ef0 --- /dev/null +++ b/j01/ex01/print_groups.sh @@ -0,0 +1 @@ +groups $FT_USER | tr " " "," -- cgit