genericize terminal
This commit is contained in:
parent
5cfc43c70d
commit
662478f09d
3 changed files with 11 additions and 2 deletions
9
bin/run_terminal
Executable file
9
bin/run_terminal
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
if [ -n "`which gnome-terminal`" ]; then
|
||||
gnome-terminal
|
||||
elif [ -n "`which urxvt`" ]; then
|
||||
urxvt
|
||||
else
|
||||
xterm
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue