From 6fe8a3228e3170600b68d9b19e3b8f07e51222fe Mon Sep 17 00:00:00 2001 From: xAlpharax <42233094+xAlpharax@users.noreply.github.com> Date: Sun, 26 Feb 2023 02:50:33 +0200 Subject: massive changes in the pipeline and ease of use --- clear_dir.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'clear_dir.sh') diff --git a/clear_dir.sh b/clear_dir.sh index 6b7e3db..57f891a 100755 --- a/clear_dir.sh +++ b/clear_dir.sh @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/zsh ### clearing up the directory ### from temporary files -rm -rf __pycache__ -rm -f Output/* images.npy +rm -rf __pycache__ # Output* future proof +rm -f Output/* *.npy -- cgit v1.2.3