From d7bd6869b6b6f8907f12cb7512e866402aa4e4b2 Mon Sep 17 00:00:00 2001 From: inference Date: Sun, 5 Mar 2023 04:33:19 +0000 Subject: [PATCH] Switch copyright owner from psuedonym to orthonym. Remove unnecessary periods from section heading comments. Add missing trailing slash for directory. --- chromium-profile-create.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) mode change 100755 => 100644 chromium-profile-create.sh diff --git a/chromium-profile-create.sh b/chromium-profile-create.sh old mode 100755 new mode 100644 index 08b6727..cfda96c --- a/chromium-profile-create.sh +++ b/chromium-profile-create.sh @@ -3,25 +3,25 @@ # Inferencium # Chromium - Profile - Create -# Copyright 2022-2023 Inference +# Copyright 2022-2023 Jake Winters # SPDX-License-Identifier: BSD-3-Clause-Clear -# Version: 1.0.1.5 +# Version: 1.0.2.6 -# Chromium profile name. +# Chromium profile name echo "Enter Chromium profile name (no spaces):" echo "" read PRF echo "" -# Chromium profile friendly name. +# Chromium profile friendly name echo "Enter Chromium profile friendly name:" echo "" read FRN -# Create Chromium profile. -mkdir $HOME/.config/chromium/${PRF} +# Create Chromium profile +mkdir $HOME/.config/chromium/${PRF}/ echo "[Desktop Entry]" >\ $HOME/.local/share/applications/chromium-${PRF}.desktop echo "Name=Chromium (${FRN})" >>\