Current Path :
/
proc
/
thread-self
/
root
/
bin
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//proc/thread-self/root/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/bin/vi -R "$@"