Last active
April 5, 2022 06:35
-
-
Save camilleriluke/2682785995d497bcc1c4bbc864eb2689 to your computer and use it in GitHub Desktop.
Good morning everyone ๐
This file contains 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 node | |
var e = ['๐','๐ฆ','๐ฆง','๐ถ','๐','๐ฉ','๐บ','๐ฆ','๐ฆ','๐ฑ','๐','๐โโฌ','๐ฆ','๐ฏ','๐ ','๐','๐ด','๐','๐ฆ','๐ฆ','๐ฆ','๐ฆฌ','๐ฎ','๐','๐','๐','๐ท','๐','๐','๐','๐','๐','๐ช','๐ซ','๐ฆ','๐ฆ','๐','๐ฆฃ','๐ฆ','๐ฆ','๐ญ','๐','๐','๐น','๐ฐ','๐','๐ฟ๏ธ','๐ฆซ','๐ฆ','๐ฆ','๐ป','๐ปโโ๏ธ','๐จ','๐ผ','๐ฆฅ','๐ฆฆ','๐ฆจ','๐ฆ','๐ฆก','๐ฆ','๐','๐','๐ฃ','๐ค','๐ฅ','๐ฆ','๐ง','๐๏ธ','๐ฆ ','๐ฆ','๐ฆข','๐ฆ','๐ฆค','๐ฆฉ','๐ฆ','๐ฆ','๐ธ','๐','๐ข','๐ฆ','๐','๐ฒ','๐','๐ฆ','๐ฆ','๐ณ','๐','๐ฌ','๐ฆญ','๐','๐ ','๐ก','๐ฆ','๐','๐','๐ชธ','๐','๐ฆ','๐','๐','๐','๐ชฒ','๐','๐ฆ','๐ชณ','๐ท๏ธ','๐ฆ','๐ฆ','๐ชฐ','๐ชฑ','๐ฆ','๐ฆ','๐ฆ','๐ฆ'] | |
console.log(`Good morning everyone ${e[Math.floor(Math.random()*e.length)]}`) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Assuming that you are running on OSX and have node installed.
Add this somewhere that is on your
PATH
and run it withgood-morning.js | tr -d '\n' | pbcopy
.