From bd19b46d7544ff94be0e8eaccb4e1bd18d44b996 Mon Sep 17 00:00:00 2001 From: xAlpharax <42233094+xAlpharax@users.noreply.github.com> Date: Mon, 27 Feb 2023 22:44:09 +0200 Subject: Multi-threaded renderer implemented successfully. Better error handling. Minor changes in multiple areas --- clear_dir.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'clear_dir.sh') diff --git a/clear_dir.sh b/clear_dir.sh index 57f891a..fef1764 100755 --- a/clear_dir.sh +++ b/clear_dir.sh @@ -1,7 +1,7 @@ -#!/bin/zsh +#!/bin/bash ### clearing up the directory ### from temporary files rm -rf __pycache__ # Output* future proof -rm -f Output/* *.npy +rm -f Output/*.png *.npy -- cgit v1.2.3