Last active
April 18, 2020 19:50
-
-
Save DaffyDuke/3f44cfbc78fb929f756988b12251f74c to your computer and use it in GitHub Desktop.
Revisions
-
DaffyDuke revised this gist
Apr 18, 2020 . 1 changed file with 5 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal 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 ``` -
DaffyDuke created this gist
Apr 18, 2020 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@