Created
December 17, 2015 14:26
-
-
Save divanvisagie/74f993b988921c6070a8 to your computer and use it in GitHub Desktop.
rick cowsay
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## | |
| ## A cowering cow | |
| ## | |
| $the_cow = <<EOC; | |
| $thoughts | |
| $thoughts | |
| ▌k, | |
| ╟⌐ Öw δ╟ | |
| ▐µ⌐'"ΓB, δ░'▌ | |
| ▌⌐'''''S╕ δ'''▐ | |
| ▌''''''' δ,δ⌐⌐''"µ | |
| ▄µ,, Θ⌐''''''''Γ⌐'''''Γ ,µmh | |
| Φ⌐⌐'ΓΓΓΓΓ⌐''⌐'▄#BΦÉÉP¥¼▄,'δ░Γ⌐⌐Σ | |
| Σµ⌐'''''⌐⌐▄ÉΓ░░░╓▄ƒ░░░░ΓR▄⌐''ƒ | |
| ╙▄"⌐''"\δ\░╓▄#╨k╪▄ΣW▄░░╓░▒⌐ÿ | |
| ▌⌐''\▀░░░▌▄êS¥▄ Σw░ΓΓ▐æΦΓ╠, | |
| ,qT░ '''⌐║░░░░░░░▄╦╦▄▒▄ΓÉ╨Γ▄Φ█▄░ΓΣ▀ | |
| ╓æS░ ⌐''''''''▌░░░░░╝ ╙▌τ▀└ ╙Γ | |
| `┴╪ƒ⌐'⌐''''░▌░░░░▐ ▐j Σ | |
| "¥▄,⌐'▐┤░░░░ΓQ , ╬░▄ , Γ | |
| ,æÉ ⌐'▐░░░░░(░Rm╤╓╤#Σ░░J▒≈╤æ▌▄ | |
| æG░ ⌐''''▄▒m░░░░δ¥#æm░░░½░░▀ñKδ▄¢Γ | |
| `*╧ƒ'⌐░▌░░░░░░░░░░░░░░░░▀▄▄Θ░▐. | |
| ²w▀ƒ░░░░░░░░░░░░░░░░░░░░▌ | |
| #Γ⌐' ▐Σ░░░╓δQ▄wm#╫SΦPΦ▒8¥≤δ | |
| `` ▐U▀░░░▐¥mm░░░░▌▐δ▄░░╟^Γ | |
| {▄M┘▀µ░░░░░░░▀▀▀Γ░Γ░╓Γ | |
| ,«=═▄ΓΦµ░░░░░░░░░░░Φ | |
| ƒΓ ▄░ΓΣ¥¼Φ╦▄µ╧m╨. | |
| 4 ▌¥▄░░▌─µ ^╦ | |
| EOC |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var tinyrick = require('tinyrick'); | |
| console.log(tinyrick.getSchwifty()); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment