mirror of
https://github.com/KDE/konsole.git
synced 2026-01-03 20:58:11 -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
|