xed/plugins/externaltools/data/run-command.tool.in

5 lines
150 B
Plaintext
Raw Normal View History

2011-11-07 13:46:58 -06:00
#!/bin/sh
#TODO: use "gsettings get org.mate.applications-terminal exec"
2016-01-25 08:13:49 -06:00
exec `zenity --entry --title="Run command - Xedit" --text="Command to run"`