2
1
mirror of https://github.com/kdabir/has.git synced 2024-11-10 21:26:50 +01:00
has/lib/core/node.sh

7 lines
153 B
Bash
Raw Normal View History

command_name="node"
output=$(node --version)
status=$?
version=$(echo "$output" | grep -o "\d*\.\d*.\d*")
_dq_report "$command_name" $status "$version"