#!/bin/sh
if [ "$1" = scan ]; then
	exit 1
fi
exec ../../bin/holo-files.test "$@"
