[[PageOutline(2-5,Contents,pullout)]] = Shell Example = == Description == Wiki Formatter for command line shell examples. == Bugs/Feature Requests == Existing bugs and feature requests for ShellExampleMacro are [report:9?COMPONENT=ShellExampleMacro here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=ShellExampleMacro&owner=nmadura new ticket]. == Download == Download the current source (0.12.0) from [http://trac-hacks.org/svn/shellexamplemacro/0.12/tags/shellexample-0.12.0.tar.gz here]. == Source == You can check out ShellExampleMacro from [http://trac-hacks.org/svn/shellexamplemacro/0.12/trunk/ here] using Subversion, or [source:shellexamplemacro browse the source] with Trac. == Example == {{{ {{{ #!ShellExample (full example showing how to use openssl to connect to a pops mail server) $ openssl s_client -connect mail.foo.com:995 CONNECTED(00000003) depth=0 /C=US/ST=Nowhere/O=Foo/OU=bar/CN=mail.foo.com $$--- --- +OK Dovecot ready. <1c32.1a611.4c4859c2.BEuUvAEtnt0du+msvFig0w==@mail.foo.com> $$ user {username} +OK $$ pass {password} +OK Logged in. $$ stat +OK 509 15659197 $$ quit +OK Logging out. closed }}} }}} Produces output like this: [[BR]] [[Image(ShellExample-example.png)]] == Recent Changes == [[ChangeLog(shellexamplemacro, 3)]] == Author/Contributors == '''Author:''' [wiki:nmadura] [[BR]] '''Maintainer:''' [wiki:nmadura] [[BR]] '''Contributors:'''