Skip to content

Commit

Permalink
feat: os_about function
Browse files Browse the repository at this point in the history
  • Loading branch information
flexiondotorg committed Apr 16, 2024
2 parents 44f8855 + 0a472db commit 0f04a90
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions quickget
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@ function cleanup() {
fi
}

function os_about() {
local SIMPLE_NAME=""
local ABOUT=""
SIMPLE_NAME="${1}"
ABOUT=$(os_info "${SIMPLE_NAME}" | cut -d'|' -f5)
echo "${ABOUT}"
}

function os_credentials() {
local SIMPLE_NAME=""
local CREDE=""
Expand Down

0 comments on commit 0f04a90

Please sign in to comment.