aboutsummaryrefslogtreecommitdiff
path: root/common/clean.sh
blob: 40ec6058e314c31b9b6b46919b7560d097a11c95 (plain)
1
2
3
4
5
6
7
#!/usr/bin/env bash
set -euo pipefail

# Input environment:
# - NAME: a name for the script/tasks

rm -rf "/tmp/${NAME}"