echo "1. Update Password" read -p "Choose an option: " option
FILE_PATH="passwords.txt"
if [ "$option" == "1" ]; then read -p "Enter service: " service read -p "Enter new password: " new_password