Skip to content

Latest commit

 

History

History
51 lines (39 loc) · 1.41 KB

README.md

File metadata and controls

51 lines (39 loc) · 1.41 KB

millipede-powershell

Print a beautiful millipede

(See https://github.com/getmillipede and https://github.com/getmillipede/millipede-rfc)

usage: .\millipede.ps1 [-length] [-r]

-length XX : where XX 1-99, sets the millipede size

-r $true : reverse !

Sample

PS C:\Users\gnieark> .\millipede.ps1 -reverse $true -length 20

   ╔═(███)═╗
  ╔═(███)═╗
 ╔═(███)═╗
╔═(███)═╗
 ╔═(███)═╗
 ╔═(███)═╗
  ╔═(███)═╗
   ╔═(███)═╗
  ╔═(███)═╗
 ╔═(███)═╗
 ╔═(███)═╗
╔═(███)═╗
 ╔═(███)═╗
 ╔═(███)═╗
  ╔═(███)═╗
   ╔═(███)═╗
  ╔═(███)═╗
 ╔═(███)═╗
 ╔═(███)═╗
╔═(███)═╗
 ╚⊙ ⊙╝

License

       DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
               Version 2, December 2004

Copyright (C) 2004 Sam Hocevar sam@hocevar.net

Everyone is permitted to copy and distribute verbatim or modified copies of this license document, and changing it is allowed as long as the name is changed.

       DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE

TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

  1. You just DO WHAT THE FUCK YOU WANT TO.