diff --git a/e.sh b/e.sh index eb97244..21f1c02 100644 --- a/e.sh +++ b/e.sh @@ -1,2 +1,2 @@ #!/bin/sh -echo e \ No newline at end of file +while True; do printf e; done