#!/bin/sh
#
#
#This script opens a root-based gnome-terminal in the directory you select.
# You need to have appropriate sudo priveleges.
#Install in your ~/Nautilus/scripts directory.
#Edited by Behnam.Golds
foo=`gksudo -u root -k -m "enter your password for terminal root access" /bin/echo "got r00t?"`

sudo gnome-terminal

cd $NAUTILUS_SCRIPT_CURRENT_URI
