Update documentation - increase Doxygen usage
[geeqie.git] / plugins / tethered-photography / geeqie-tethered-photography-hook-script
1 #!/bin/bash
2
3 ## @file
4 ## @brief Tethered photography hook script
5 ##
6
7 if [ "$ACTION" == "download" ]
8 then
9         notify-send --expire-time=4000 "$ARGUMENT"  --icon=geeqie
10         geeqie --remote File:"$PWD/$ARGUMENT"
11 fi
12
13 exit 0