Skip to content

Commit

Permalink
Close custom file descriptor which was left open
Browse files Browse the repository at this point in the history
  • Loading branch information
AxelKrypton committed Sep 29, 2023
1 parent 7a67bb1 commit 4a15907
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Bash/Exercise_Sheet_5/Exercise_2.bash
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,5 @@ for ((index=min_max[0]; index<=min_max[1]; index++)); do
fi
done

exec 3>&-
echo

0 comments on commit 4a15907

Please sign in to comment.