WordBash

The WordPress clone written in GNU Bash

header image
Posted on Jan 28, 2014 21:53PM

WordBash Interactive

An Interactive Session

This demonstrates using WordBash interactively.

bash -i

/var/www/htdocs/wordbash

$ bash -i

bash-4.1$ . ./B.sh

bash-4.1$ P n

bash-4.1$ echo $Pn

5

bash-4.1$ P l

bash-4.1$ echo ${Pl[@]}

1 2 3 4 5

bash-4.1$ P r 1

bash-4.1$ echo ${Dh[@]}

Introduction to WordBash Oct 18, 2013 14:35PM WordBash WordBash bash

bash-4.1$ echo "$Dr"

Introduction to WordBash

Oct 18, 2013 14:35PM

WordBash

WordBash bash

 

<p>These posts will describe WordBash in detail, and make some claims about it.

...

bash-4.1$ P p 1

<article>

<h1><a href="?post=1" title="Introduction to WordBash">Introduction to WordBash</a></h1>

<time>Posted on <a>Oct 18, 2013 14:35PM</a></time>

<p>These posts will describe <cite>WordBash</cite> in detail, and make some claims about it.

...

bash-4.1$

Comments are closed
0m0.021s 0m0.030s 0m0.004s 0m0.002s