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

main
inference 3 months ago
parent 0f404a6794
commit d7bd6869b6
Signed by: inference
SSH Key Fingerprint: SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M

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

Loading…
Cancel
Save