diff --git a/ex07/r_dwssap.sh b/ex07/r_dwssap.sh index 9e2100b..c613182 100755 --- a/ex07/r_dwssap.sh +++ b/ex07/r_dwssap.sh @@ -1,9 +1,9 @@ #!/bin/sh -# FT_LINE1=7 -# FT_LINE2=15 +FT_LINE1=7 +FT_LINE2=15 -FT_DIFF=$((FT_LINE2 - FT_LINE1 + 1)) +FT_DIFF=$((FT_LINE2 - FT_LINE1)) cat /etc/passwd | # Not perfect, will discard line that contain a #