📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-01 19:55:06
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
public_html
/
admin
/
assets
/
modules
/
codemirror
/
bin
📍 /home/orkouolp/web/testing.orkobd/public_html/admin/assets/modules/codemirror/bin
🔄 Refresh
✏️
Editing: authors.sh
Writable
# Combine existing list of authors with everyone known in git, sort, add header. tail --lines=+3 AUTHORS > AUTHORS.tmp git log --format='%aN' | grep -v "Piët Delport" >> AUTHORS.tmp echo -e "List of CodeMirror contributors. Updated before every release.\n" > AUTHORS sort -u AUTHORS.tmp >> AUTHORS rm -f AUTHORS.tmp
💾 Save Changes
❌ Cancel