]> git.pld-linux.org Git - packages/e3.git/blob - e3-editor.sh
- no_install_post_strip is back, e3 binary is statically linked and after
[packages/e3.git] / e3-editor.sh
1 #!/bin/sh
2 E3_DEFAULT=e3vi
3
4 case $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" ;;
11 esac
12
13 exec "$E3" "$@"
This page took 0.090394 seconds and 3 git commands to generate.