check if mac is laptop

This commit is contained in:
Stephen Parkinson
2022-02-28 15:14:27 -08:00
parent d2510183b0
commit 28cbbe6ba8
2 changed files with 5 additions and 2 deletions

View File

@@ -44,6 +44,6 @@ function lab() {
tput setaf 7; tput bold; echo -en "Lab: "
tput sgr0
tput setaf 7
echo -en $(curl -s https://cpsecurity.club/api/v1/status | jq ".data.status" | tr -d "\"")
echo $(curl -s https://cpsecurity.club/api/v1/status | jq ".data.status" | tr -d "\"")
tput sgr0
}