summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2006-07-11 13:38:19 +0000
committermurphy <murphy@rubychan.de>2006-07-11 13:38:19 +0000
commitdbd1bf9dcb27812c5f482d51746db429da0dcdc1 (patch)
treee63b9d6c3b047cb1de97e0904a6b62fcfa3b2d61 /bin
parentaf567b33a564774f49be966fc192618a89905b0c (diff)
downloadcoderay-dbd1bf9dcb27812c5f482d51746db429da0dcdc1.tar.gz
Yes, added coderay_stylesheet executable.
Diffstat (limited to 'bin')
-rw-r--r--bin/coderay_stylesheet4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/coderay_stylesheet b/bin/coderay_stylesheet
new file mode 100644
index 0000000..baa7c26
--- /dev/null
+++ b/bin/coderay_stylesheet
@@ -0,0 +1,4 @@
+#!/usr/bin/env ruby
+require 'coderay'
+
+puts CodeRay::Encoders[:html]::CSS.new.stylesheet