Add a comment for remove files on interrupt line

This commit is contained in:
Anthony Wang 2021-08-21 14:29:02 -05:00
parent 32d41d3bf3
commit 26447d6c1b
Signed by: a
GPG key ID: BC96B00AEC5F2D76

View file

@ -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"