Skip to content

Commit

Permalink
Update check_if_file_directory_present_v3.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
100daysofdevops authored Mar 13, 2023
1 parent 14cf812 commit fcfbc0c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ read -p "Enter the name of file or directory (press enter for current directory)
# Use current directory if user input is empty
if [ -z "$input_file_or_dir" ]
then
input_file_or_dir="."
input_file_or_dir=$(pwd)
fi

# Call the function with the user input
Expand Down

0 comments on commit fcfbc0c

Please sign in to comment.