mirror of
https://github.com/KDE/konsole.git
synced 2026-05-02 03:36:34 -04:00
3 lines
45 B
Bash
Executable File
3 lines
45 B
Bash
Executable File
#!/bin/sh
|
|
while true; do date; sleep 1; done
|