#!/bin/sh
#
# Smoketest running index.php from the command-line

set -eu

cd /usr/share/adminer/adminer

php index.php
