D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
bin
/
Filename :
view
back
Copy
#!/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 "$@"