0f8dc488e437c60933c4cb131615269ad1f53794
[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