#!/bin/sh
set -eu

xvfb-run conky -q -c /usr/share/doc/conky-all/conky.conf -i 10

echo "run: OK"
