#!/bin/sh

# [Gedit Tool]
# Name=Run command
# Name[de]=Einen Befehl ausführen
# Name[en_GB]=Run command
# Comment=Execute a custom command and put its output in a new document
# Comment[de]=Individuellen Befehl ausführen und dessen Ausgabe in ein neues Dokument stellen
# Comment[en_GB]=Execute a custom command and put its output in a new document
# Input=nothing
# Output=new-document
# Applicability=all
# Save-files=nothing
# Languages=

#TODO: use "gconftool-2 -g /desktop/gnome/applications/terminal/exec"
eval $(zenity --entry --title="Run Command - gedit" --text="Command to run:")
