source:
trunk/debathena/debathena/xsession/debian/initial-x-terminal
@
23475
Revision 23475, 131 bytes checked in by rbasch, 16 years ago (diff) | |
---|---|
|
Rev | Line | |
---|---|---|
[23475] | 1 | #!/bin/sh |
2 | ||
3 | if [ "${ATHENA_INITIAL_X_TERMINAL+set}" = set ]; then | |
4 | gnome-terminal --geometry=80x40-0-0 >/dev/null 2>&1 & | |
5 | fi | |
6 | exit 0 |
Note: See TracBrowser
for help on using the repository browser.