#!/bin/bash

set -e

htop --version | grep "^htop " && echo Version: OK
