From d6c3cda7f748ef7047f8ad94c0c160278608bc07 Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Sat, 8 Dec 2018 12:35:50 +0100 Subject: [PATCH] Update e.sh --- e.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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