diff options
| author | 2024-11-20 11:36:05 +0100 | |
|---|---|---|
| committer | 2024-11-20 11:36:05 +0100 | |
| commit | c906c77632ac1442aaf74b0cd0e48bb04f7a491b (patch) | |
| tree | 5597e02aea04de30f5c1e1f5e180130f80ba12b4 /dot_local/share/sh/tmp | |
| parent | sh: add uv plugin (diff) | |
sh/tmp: add `--force` to `rm` for an edge case
Diffstat (limited to 'dot_local/share/sh/tmp')
| -rw-r--r-- | dot_local/share/sh/tmp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dot_local/share/sh/tmp b/dot_local/share/sh/tmp index 1aeaea1..ecaf2ba 100644 --- a/dot_local/share/sh/tmp +++ b/dot_local/share/sh/tmp @@ -7,5 +7,5 @@ tt() { local dir=$(mktemp -d) [ -d "$dir" ] || return 1 cd "$dir" - trap "rm -r '$dir'" EXIT + trap "rm -rf '$dir'" EXIT } |
