#!/usr/bin/bash
#
# ------------------------------------------------------------------
#    made by sputnick in da FreAkY lAb (c) 2009-2011
#    gilles.quenot <AT> gmail <DOT> com
#
#    This program is free software; you can redistribute it and/or
#    modify it under the terms of version 2 of the GNU General Public
#    License published by the Free Software Foundation.
#       (see http://www.gnu.org/licenses/gpl.html).
# ------------------------------------------------------------------
#                                       ,,_
#                                      o"  )@
#                                       ''''
# ------------------------------------------------------------------
#
# 20110828
#
# vim:ts=4:sw=4

for i in $NAUTILUS_SCRIPT_SELECTED_FILE_PATHS; do
	/var/lib/cups2freefax/cups2freefax.bash "$i" $USER
done
