shell bypass 403
GrazzMean Shell
: /proc/thread-self/root/proc/thread-self/root/usr/share/emacs/site-lisp/site-start.d/ [ drwxr-xr-x ]
;;
;; Setup cmake-mode for autoloading
;;
(autoload 'cmake-mode "cmake-mode" "Major mode for editing CMake listfiles." t)
(setq auto-mode-alist
(append
'(("CMakeLists\\.txt\\'" . cmake-mode))
'(("\\.cmake\\'" . cmake-mode))
auto-mode-alist))