#!/bin/sh
# BitDefender ROX-Filer integration script
# Copyright (C) 1996-2014 BITDEFENDER SRL. All rights reserved.

# Place this script in your home directory, at the next location:
# ~/.rox_choices/SendTo

# Now let's run the scan process
xterm -e "bdscan --no-list $*; echo -n 'Press ENTER to continue...'; read"

# End of the script
