#!/usr/pkg/bin/bash

## @file
## @brief Tethered photography hook script
##

# shellcheck disable=SC2154
if [ "$ACTION" = "download" ]
then
	notify-send --expire-time=4000 "$ARGUMENT"  --icon=geeqie
	geeqie --File="$PWD/$ARGUMENT"
fi

exit 0
