File indexing completed on 2024-04-28 05:51:05

0001 #!/bin/sh
0002 
0003 echo "Make sure konsole is built with 'cmake .. -DECM_ENABLE_SANITIZERS=address'"
0004 echo
0005 
0006 echo $(printf 'a%.0s' $(seq 1 $(($(stty size | cut -d\  -f2) - 1))))
0007 
0008 echo
0009 echo Now make the window smaller
0010