time.sh 83 B

123456
  1. #!/usr/bin/env bash
  2. date=$(date '+%b %d (%A) %H:%M')
  3. printf " %s %s \\n" "$date"