require 'redcarpet'
markdown = Redcarpet.new("Hello World!")
puts markdown.to_html
require 'redcarpet'
markdown = Redcarpet.new("Hello World!")
puts markdown.to_html
#!/bin/sh | |
# | |
# 参考: http://metasearch.sourceforge.jp/wiki/index.php?Hadoop%A5%BB%A5%C3%A5%C8%A5%A2%A5%C3%A5%D7 | |
# | |
# 色 | |
bla="\033[30m" #黒 | |
red="\033[31m" #赤 | |
gre="\033[32m" #緑 |
#!/bin/sh | |
myhome="" # 自鯖を指定 (username@domainname) | |
# まずは環境を最新に | |
case "${OSTYPE}" in | |
freebsd*|darwin*) | |
if [ -d /opt/local/bin ]; then | |
# MacPorts のアップデートコマンド | |
: |