#!/bin/sh

screenfetch

# check whether missing dependency
[ ! `screenfetch | grep 'command not found' > /dev/null` ]
