[[PageOutline(2-5,Contents,pullout)]] = ShellExample = == 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 zipped source from [download:shellexamplemacro here]. == Source == You can check out ShellExampleMacro from [http://trac-hacks.org/svn/shellexamplemacro 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 == Recent Changes == [[ChangeLog(shellexamplemacro, 3)]] == Author/Contributors == '''Author:''' [wiki:nmadura] [[BR]] '''Maintainer:''' [wiki:nmadura] [[BR]] '''Contributors:'''