Dashboard
PHP:
8.0.30
OS:
Linux
User:
usoncomm
/
/
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