diff --git a/scripts/helpers.sh b/scripts/helpers.sh index 3ea7e8b..e5abf6e 100644 --- a/scripts/helpers.sh +++ b/scripts/helpers.sh @@ -90,6 +90,10 @@ pane_content_files_restore_from_archive() { fi } +pane_content_files_cleanup() { + rm "$(pane_contents_dir)"/* +} + # path helpers resurrect_dir() {