From d48a55f41188ac3cba7202c3ccfe74e5d8203b69 Mon Sep 17 00:00:00 2001 From: xAlpharax <42233094+xAlpharax@users.noreply.github.com> Date: Sat, 4 Mar 2023 03:29:19 +0200 Subject: Minor changes for the user's script. --- clear_dir.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clear_dir.sh') diff --git a/clear_dir.sh b/clear_dir.sh index fef1764..fd3880f 100755 --- a/clear_dir.sh +++ b/clear_dir.sh @@ -3,5 +3,5 @@ ### clearing up the directory ### from temporary files -rm -rf __pycache__ # Output* future proof +rm -rf __pycache__ # Output* future rm -f Output/*.png *.npy -- cgit v1.2.3