[2l]: Make 2l directory + add flag

This commit is contained in:
2024-09-15 19:00:38 +01:00
parent 502b819f17
commit d4d617fa55
2 changed files with 14 additions and 0 deletions

13
2l/2l.sh Executable file
View File

@ -0,0 +1,13 @@
#!/bin/bash
# Read the contents of the file flag.txt using only 2 letter commands
while true; do
echo -n "$ "
read input
if [ ${#input} -eq 2 ]; then
eval "$input"
else
echo "Command is not 2 characters!"
fi
done

1
2l/flag.txt Normal file
View File

@ -0,0 +1 @@
3xtr4l3tt3rs