while true; do if test $(factor $(date +%s) | wc -w) = 2; then echo -n '|'; else echo -n ' '; fi; sleep 1; done
watch -n 1 'date +%s | factor'