Code Repository

0

Allows users to save scripts and code snippets, using built in WordPress post revisioning. Scripts will be shown on yourblog.com/code. Using curl on a script url curl -sS yourblog.com/

Version
Last updated
Active installations
WordPress Version
Tested up to
Rating
Total ratings
Tag
This plugin is outdated and might not be supported anymore.

Description

Allows users to save scripts and code snippets, using built in WordPress post revisioning.
Scripts will be shown on yourblog.com/code.
Using curl on a script url

curl -sS yourblog.com/code/scriptname/

will return an unformatted version of the code, suitable for shell sourcing.