fork(1) download
  1. #!/bin/bash
  2.  
  3. printf '[' && head -c $(echo "$(date +%j)*${COLUMNS:-80}/366"|bc) < /dev/zero | tr '\0' '#' && echo ']'
  4.  
  5. # your code goes here
Success #stdin #stdout 0s 4272KB
stdin
Standard input is empty
stdout
[##############]