summaryrefslogtreecommitdiff
path: root/clear_dir.sh
diff options
context:
space:
mode:
authorxAlpharax <42233094+xAlpharax@users.noreply.github.com>2023-02-26 02:50:33 +0200
committerxAlpharax <42233094+xAlpharax@users.noreply.github.com>2023-02-26 02:50:33 +0200
commit6fe8a3228e3170600b68d9b19e3b8f07e51222fe (patch)
treea648ce29c376aa32f3ace8f18b967ca3d5ea4b55 /clear_dir.sh
parent4f51d2b619b5cd359ad853494cb826aa5e29495e (diff)
massive changes in the pipeline and ease of use
Diffstat (limited to 'clear_dir.sh')
-rwxr-xr-xclear_dir.sh6
1 files changed, 3 insertions, 3 deletions
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