mirror of
https://github.com/KDE/konsole.git
synced 2025-12-23 23:38:08 -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
|