mirror of
https://github.com/dylanaraps/pfetch.git
synced 2026-01-02 16:02:12 +01:00
docs: update
This commit is contained in:
2
pfetch
2
pfetch
@@ -139,7 +139,7 @@ get_os() {
|
||||
while IFS='<>' read -r _ _ line _; do
|
||||
case $line in
|
||||
# To avoid duplicating code, we use the name of
|
||||
# they key (eg ProductVersion) as the name of the
|
||||
# the key (eg ProductVersion) as the name of the
|
||||
# shell variable containing the value.
|
||||
ProductVersion|ProductBuildVersion)
|
||||
IFS='<>' read -r _ _ "${line?}" _
|
||||
|
||||
Reference in New Issue
Block a user