Skip to content

Instantly share code, notes, and snippets.

@46bit
Created June 2, 2018 18:51
Show Gist options
  • Save 46bit/bcc3c19c95a3b40fb2c4048b397fc0e6 to your computer and use it in GitHub Desktop.
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.
#!/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