Direktori : /proc/thread-self/root/proc/self/root/usr/bin/ |
Current File : //proc/thread-self/root/proc/self/root/usr/bin/view |
#!/usr/bin/sh # run vim -R if available if test -f /usr/bin/vim then exec /usr/bin/vim -R "$@" fi # run vi otherwise exec /usr/libexec/vi -R "$@"