Skip to content

Commit

Permalink
lipsum
Browse files Browse the repository at this point in the history
  • Loading branch information
gugod committed Oct 1, 2009
1 parent 4d4236e commit c9d661a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions lipsum
@@ -0,0 +1,11 @@
#!/bin/sh

if [ -e $1 ]
then
lipsum=`perl -l -MText::Greeking -e '$g=Text::Greeking->new; print $g->generate, "\n";' `
else
lipsum=`perl -l -MText::Greeking::zh_TW -e 'print Text::Greeking::zh_TW->new->generate;' `
fi

echo $lipsum | pbcopy
echo $lipsum

0 comments on commit c9d661a

Please sign in to comment.