From 7b1fc41dca19e364e12b6d801121e95ee9a4dcf8 Mon Sep 17 00:00:00 2001 From: Andrew Date: Tue, 17 Sep 2024 18:02:48 +0100 Subject: [PATCH] [2l]: print challenge information --- 2l/2l.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/2l/2l.sh b/2l/2l.sh index ef47bdd..8264a33 100755 --- a/2l/2l.sh +++ b/2l/2l.sh @@ -1,5 +1,7 @@ #!/bin/bash -# Read the contents of the file flag.txt using only 2 letter commands +# Read the contents of the file flag.txt using only 2-letter commands + +echo Read the contents of the file flag.txt using only 2-letter commands while true; do echo -n "$ "