#!/bin/sh
# vim: ft=sh ts=4 sw=4 et

if "$@"
then
    exit 1
else
    exit 0
fi
