]> git.phdru.name Git - dotfiles.git/blob - bin/l
c8baf8f0a74b0464d2cf5c79898dd0925a839f78
[dotfiles.git] / bin / l
1 #! /bin/sh
2
3 case "$TERM" in
4    *term*|*rxvt*|vt100|screen*)
5       TERM=xterm
6       export TERM
7
8       xtitle "links@${HOSTNAME}"
9       exec links2 "$@"
10    ;;
11
12    *)echo "Wrong TERM" >&2
13    ;;
14 esac