Skip to content

Instantly share code, notes, and snippets.

@DaffyDuke
Last active April 18, 2020 19:50
Show Gist options
  • Save DaffyDuke/3f44cfbc78fb929f756988b12251f74c to your computer and use it in GitHub Desktop.
Save DaffyDuke/3f44cfbc78fb929f756988b12251f74c to your computer and use it in GitHub Desktop.

Revisions

  1. DaffyDuke revised this gist Apr 18, 2020. 1 changed file with 5 additions and 1 deletion.
    6 changes: 5 additions & 1 deletion lolcat_for_fun.md
    Original file line number Diff line number Diff line change
    @@ -1 +1,5 @@
    ‎‎​
    source : https://twitter.com/climagic/status/1250052665951821825

    ```bash
    grep -ao "[/\\]" /dev/urandom| sed -e 's,\\,╲,' -e 's,/,╱,'| tr -d \\n | while read -n$COLUMNS input ; do echo $input ; done | lolcat -F 0.01
    ```
  2. DaffyDuke created this gist Apr 18, 2020.
    1 change: 1 addition & 0 deletions lolcat_for_fun.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    ‎‎​