Created
June 2, 2018 18:51
-
-
Save 46bit/bcc3c19c95a3b40fb2c4048b397fc0e6 to your computer and use it in GitHub Desktop.
This script `*huuug*`s. I include this in my shell profile `.zshrc` to print hugs at the top of each new terminal.
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
#!/usr/bin/env ruby | |
u_count = 1 + Random.rand(9) | |
puts "*h" + ("u" * u_count) + "g*" | |
if ARGV.include? "lovingly" then | |
puts "I fucking love you <3" | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment