#!/bin/sh
MOUNTPOINT=$1
if [[ "$MOUNTPOINT" =~ ^/media/ ]] && [ -d "$MOUNTPOINT" ]; then
    exec halevt-explore-directory "$MOUNTPOINT"
fi
