mirror of
https://github.com/KDE/konsole.git
synced 2026-01-28 17:01:38 -05:00
3 lines
41 B
Bash
Executable File
3 lines
41 B
Bash
Executable File
#!/bin/sh
|
|
while true; do echo -n x; done
|