From dc46475726465ec222e527ad13de2b62809b87c2 Mon Sep 17 00:00:00 2001 From: iggotsul <igorgotsu@gmail.com> Date: Tue, 15 Feb 2022 16:40:06 +0200 Subject: [PATCH] new_predict --- run.sh | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/run.sh b/run.sh index 4bc88cd..a3046a3 100755 --- a/run.sh +++ b/run.sh @@ -1,14 +1,3 @@ #!/bin/bash python predict.py -#echo `tree /home` -#echo -e "\n" `export` - -echo '' > debug.log -echo -e '\ndir listing' >> debug.log -tree /home >> debug.log -echo -e '\nexport list' >> debug.log -export >> debug.log -cat ./debug.log - - -- GitLab