Dashboard
PHP:
8.3.33
OS:
Linux
User:
listena2
/
/
usr
/
bin
📤 Upload
📝 New File
📁 New Folder
Close
Editing: 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 "$@"
Save
Cancel