Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

$ cat /dev/urandom | base64 -b 80 | lolcat #17

Closed
romac opened this issue Aug 12, 2011 · 3 comments
Closed

$ cat /dev/urandom | base64 -b 80 | lolcat #17

romac opened this issue Aug 12, 2011 · 3 comments

Comments

@romac
Copy link

romac commented Aug 12, 2011

What about adding:

$ cat /dev/urandom | base64 -b 80 | lolcat

as an example ? The above command just made my day :)

@busyloop
Copy link
Collaborator

oh well. why not just collect some here and then we can put them on the internet or something.

curl -s http://www.asciipr0n.com/pr0n/pinups/pinup{00..48}.txt | lolcat -a -d 1 -F 0.08

@livibetter
Copy link
Contributor

Mine doesn't have -b but

cat /dev/urandom | base64 -w $COLUMNS | lolcat

and how about as simple as

yes lolcat | tr '\n' '  ' | fold -w $COLUMNS | lolcat

Note that both should use with loop and sleep (and just simple echo "lolcat "). Ctrl+C takes its catxury time to work.

@m-o-e
Copy link
Member

m-o-e commented Dec 28, 2012

Closing this for cleanup. There is enough examples on the internet now. 👍

@m-o-e m-o-e closed this as completed Dec 28, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants