diff options
Diffstat (limited to 'bin/coderay_stylesheet')
-rwxr-xr-x | bin/coderay_stylesheet | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/bin/coderay_stylesheet b/bin/coderay_stylesheet deleted file mode 100755 index 0e19395..0000000 --- a/bin/coderay_stylesheet +++ /dev/null @@ -1,4 +0,0 @@ -#!/usr/bin/env ruby -require 'coderay' - -puts CodeRay::Encoders[:html]::CSS.new.stylesheet |