From 1e59b72ae390757fb853f04a4bb0cde6d04395da Mon Sep 17 00:00:00 2001 From: Denis Zheleztsov Date: Thu, 22 Aug 2024 11:19:44 +0300 Subject: [PATCH] Fix --- linux.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/linux.txt b/linux.txt index f409a7b..e6bfdf0 100644 --- a/linux.txt +++ b/linux.txt @@ -2,4 +2,5 @@ DELAY 1500 GUI r DELAY 500 -STRING /usr/bin/bash -c 'cat /etc/passwd' +STRING cat /etc/passwd +ENTER