feat(func): Retrieve machine host name

This commit is contained in:
2026-07-23 21:55:56 -06:00
parent 450733a8d5
commit 1336c8e63b
+3
View File
@@ -35,6 +35,9 @@ getTimeStamp() {
(date -u +"%Y-%m-%dT%H:%M:%SZ") (date -u +"%Y-%m-%dT%H:%M:%SZ")
} }
getHostname() {
(hostname -s)
}
### functions ### functions
badParam() { badParam() {