aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xshare.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/share.sh b/share.sh
index 2397040..222eeb6 100755
--- a/share.sh
+++ b/share.sh
@@ -10,7 +10,7 @@ else
xdg-open share.txt # Open file in default editor
fi
-trap 'rm share share.txt' INT
+trap 'rm share share.txt' INT # Remove files upon interrupt
# Start Python's HTTP server
echo "Press Ctrl-C to stop the server when you are done"