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:
parent
0f404a6794
commit
d7bd6869b6
12
chromium-profile-create.sh
Executable file → Normal file
12
chromium-profile-create.sh
Executable file → Normal file
@ -3,25 +3,25 @@
|
|||||||
# Inferencium
|
# Inferencium
|
||||||
# Chromium - Profile - Create
|
# Chromium - Profile - Create
|
||||||
|
|
||||||
# Copyright 2022-2023 Inference
|
# Copyright 2022-2023 Jake Winters
|
||||||
# SPDX-License-Identifier: BSD-3-Clause-Clear
|
# 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 "Enter Chromium profile name (no spaces):"
|
||||||
echo ""
|
echo ""
|
||||||
read PRF
|
read PRF
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
# Chromium profile friendly name.
|
# Chromium profile friendly name
|
||||||
echo "Enter Chromium profile friendly name:"
|
echo "Enter Chromium profile friendly name:"
|
||||||
echo ""
|
echo ""
|
||||||
read FRN
|
read FRN
|
||||||
|
|
||||||
# Create Chromium profile.
|
# Create Chromium profile
|
||||||
mkdir $HOME/.config/chromium/${PRF}
|
mkdir $HOME/.config/chromium/${PRF}/
|
||||||
echo "[Desktop Entry]" >\
|
echo "[Desktop Entry]" >\
|
||||||
$HOME/.local/share/applications/chromium-${PRF}.desktop
|
$HOME/.local/share/applications/chromium-${PRF}.desktop
|
||||||
echo "Name=Chromium (${FRN})" >>\
|
echo "Name=Chromium (${FRN})" >>\
|
||||||
|
Loading…
x
Reference in New Issue
Block a user