Skip to content

Instantly share code, notes, and snippets.

View anwarhamr's full-sized avatar

Rob Lingstuyl anwarhamr

  • Salt Lake City, Utah, USA
View GitHub Profile
@anwarhamr
anwarhamr / index.js
Last active November 25, 2019 20:35 — forked from zkat/index.js
npx is cool
#!/usr/bin/env node
var cowsay = require('cowsay')
console.log(cowsay.say({
text : "Hi Mimi, Did you know...",
e : "oo",
T : "U "
}));
setTimeout(()=>{
console.log(cowsay.say({