3 lines
59 B
Bash
3 lines
59 B
Bash
|
#!/bin/bash
|
||
|
exec watch -n 1 -t 'date +"%H:%M:%S" | toilet'
|