Skip to content

dogukancagatay/lorem_ipsum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Lorem Ipsum Generator Shell Script

A basic shell script to generate Lorem Ipsum text.

For installation clone the repo into a directory:

    $ git clone https://github.com/dogukancagatay/lorem_ipsum.git

Running:

    $ cd lorem_ipsum/
    $ ./lorem_ipsum.sh -p 3          # Generates 3 paragraphs
    $ ./lorem_ipsum.sh -w 30         # Generates 30 words
    $ ./lorem_ipsum.sh -b 60         # Generates 60 bytes
    $ ./lorem_ipsum.sh -p 4 -n no    # Generates 4 paragraphs of Lorem Ipsum that doesn't start with the words "Lorem ipsum ..."

Lorem Ipsum extract taken from http://www.lipsum.com/ courtesy of James Wilson

About

Shell script to generate Lorem Ipsum text.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages