/usr/share/el-get/recipes/shadow.rcp is in el-get 3.1-1.1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 | (:name shadow
:description "That's not the file. That's shadow."
:type git :url "https://github.com/mooz/shadow.el.git"
:features shadow
:post-init (lambda()
(add-hook 'find-file-hooks 'shadow-on-find-file)
(add-hook 'shadow-find-unshadow-hook
(lambda () (auto-revert-mode t)))))
|