fork download
  1. #!/bin/bash
  2.  
  3. t=`date +%-H%M`
  4. ((`eval printf %s {${t::1}..${t: -1}}`==t))
  5.  
  6. echo $?
Success #stdin #stdout 0s 5076KB
stdin
Standard input is empty
stdout
1