From f1d3b996025ad5498c544190e72b98dcf4bd93f4 Mon Sep 17 00:00:00 2001
From: Byungheong Jeong <byungheon.jeong@gmail.com>
Date: Tue, 14 Jul 2020 16:41:33 -0700
Subject: [PATCH] Add new file

---
 extraction.sh | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 extraction.sh

diff --git a/extraction.sh b/extraction.sh
new file mode 100644
index 0000000..8321851
--- /dev/null
+++ b/extraction.sh
@@ -0,0 +1,2 @@
+ls |grep -v ".*-c$"|xargs -I {} rm -rf {}
+find /userdata/kerasData/hpwren.ucsd.edu/HWB/HPWREN-FIgLib/ -type f -name ".*.mp4" -print
\ No newline at end of file
-- 
GitLab