]> git.phdru.name Git - dotfiles.git/blob - bin/l
Feat(recode-filenames-recursive): Allow to omit parameters
[dotfiles.git] / bin / l
1 #! /bin/sh
2
3 case "$TERM" in
4     *rxvt*|screen*|*term*|vt100)
5
6         xtitle "links@${HOSTNAME}"
7              tput smcup
8              TERM=xterm links2 "$@"
9         exec tput rmcup
10     ;;
11
12     *)echo "Wrong TERM" >&2
13     ;;
14 esac