From 8bbdf7cae9e173e8f64cea179eba2704b9638c7d Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 1 Oct 2022 01:28:01 +0100 Subject: [PATCH] Add empty line to improve interactive script. --- chromium-profile-create.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chromium-profile-create.sh b/chromium-profile-create.sh index 02a9a75..51702d1 100644 --- a/chromium-profile-create.sh +++ b/chromium-profile-create.sh @@ -2,13 +2,13 @@ # Copyright 2022 Inference -# 0.0.0.0 - +# 0.0.1.1 # Chromium profile name. echo "Enter Chromium profile name (no spaces):" echo "" read PRF +echo "" # Chromium profile friendly name. echo "Enter Chromium profile friendly name:"