Skip to content

shell script that prints out a trans flag made from binary-coded primes

License

Notifications You must be signed in to change notification settings

autumnull/transprimes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

transprimes.bash

A bash script that prints a trans flag made of binary-coded primes.

What?

Each digit represents an integer (starting from zero). If that number is a prime, the digit is a 1, else the digit is a 0.

Benefits

  • Pretty!
  • Pridey!
  • Nerdy!
  • If you make your terminal window the right width (a multiple of 6 for example), you can see some prime patterns.

Pictures

Works for variable window dimensions (although it will take longer):

About

shell script that prints out a trans flag made from binary-coded primes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages