aboutsummaryrefslogtreecommitdiff
path: root/common/clean.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--common/clean.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/common/clean.sh b/common/clean.sh
index 40ec605..1ce9e66 100644
--- a/common/clean.sh
+++ b/common/clean.sh
@@ -1,7 +1,6 @@
#!/usr/bin/env bash
set -euo pipefail
-# Input environment:
-# - NAME: a name for the script/tasks
+NAME=$1
rm -rf "/tmp/${NAME}"