summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Parri <simonparri@ganzeria.com>2023-04-30 08:28:41 -0500
committerSimon Parri <simonparri@ganzeria.com>2023-04-30 08:28:41 -0500
commitf2560c68805fbdab1a13496edcca1671f29dafac (patch)
tree0948cb96f9b11114d282e0b4d8bc9cf2d206f30c
parent1d1358bd923211c457e7015b43c135482c63d3ca (diff)
downloadspelling-rbee-f2560c68805fbdab1a13496edcca1671f29dafac.tar.gz
spelling-rbee-f2560c68805fbdab1a13496edcca1671f29dafac.zip
spelling: Delete temp file after runningHEADmaster
-rwxr-xr-xspelling1
1 files changed, 1 insertions, 0 deletions
diff --git a/spelling b/spelling
index 7f7507b..6877f22 100755
--- a/spelling
+++ b/spelling
@@ -3,3 +3,4 @@
file=$(mktemp)
spelling-rbead $@ -o $file
spelling-rbee $file
+rm -f $file