💾 Archived View for gemlog.blue › users › microaviation › 1621628300.gmi captured on 2022-06-12 at 01:35:59. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2021-12-04)

-=-=-=-=-=-=-

band.rb

\/\/||/|/|\\|||/\\//|/////\|\/\|/|/||\/\|\/\|\\/\|/\/\/\|\\|/\||\/|||\\|||/\|/|\
\\/|////\\||///\\|\/\//|/\\|\\\|///\|\|/\//||\|\//||/\\/|\\||///\\\|\\//||/\||\|
\//\\||\|\/|/|/|\\|\////\/\/|||/|\|/\\\/|/|\///|\\\\\/\/|\\||\|/\\\\/|||\\\///|\
////|/|\//\\\/\\//\\||/\\///|\/\/\\|\\\|||/\||\\\//\///|\\\\/\|\|//\\/|\/\|\\|/|
||//||/|//|\//\///\\/\\/||\\\\|//\\//|\//\|\|\/||/|//\/\/\|//||\/|//\|\/\/\/||\|
/|/\|/|\\\\||/|\\/|\\\//\/|\/|/\/|//|/\|\\|\/|||/|||/\/\/||/\|||/\///\|/\|/|////
\\/\\///||\\\/|/||/\/|\///|\/|///\//|\//\\\\//\||/\\\|\\\//|\\||\\\//\\\|/\||///
\\////|\/||/|\||/||\|//\|/|/\|\\||/\|\\\\//\/|\\\\\\/\||\\//||/||//|\||/|\|///\\

cols = `tput cols`.to_i
8.times do
  cols.times do
    print %w[\\ / |].sample
  end
  puts
end