Switch copyright owner from psuedonym to orthonym. Remove unnecessary periods from section heading comments. Add missing trailing slash for directory.

This commit is contained in:
inference 2023-03-05 04:33:19 +00:00
parent 0f404a6794
commit d7bd6869b6
Signed by: inference
SSH Key Fingerprint: SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M
1 changed files with 6 additions and 6 deletions

12
chromium-profile-create.sh Executable file → Normal file
View File

@ -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})" >>\