]> git.pld-linux.org Git - packages/e3.git/blame - e3-editor.sh
- no_install_post_strip is back, e3 binary is statically linked and after
[packages/e3.git] / e3-editor.sh
CommitLineData
5fdc6c78 1#!/bin/sh
2E3_DEFAULT=e3vi
3
4case $0 in
5 *ws|*wordstar) E3=e3ws ;;
6 *vi) E3=e3vi ;;
7 *em|*emacs) E3=e3em ;;
8 *pi|*pico) E3=e3pi ;;
9 *ne) E3=e3ne ;;
10 *) E3="$E3_DEFAULT" ;;
11esac
12
13exec "$E3" "$@"
This page took 0.072007 seconds and 4 git commands to generate.