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