5 lines
163 B
Plaintext
5 lines
163 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
#TODO: use "mateconftool-2 -g /desktop/mate/applications/terminal/exec"
|
||
|
exec `matedialog --entry --title="Run command - gedit" --text="Command to run"`
|