diff options
author | Anthony Wang | 2021-08-21 14:29:02 -0500 |
---|---|---|
committer | Anthony Wang | 2021-08-21 14:29:02 -0500 |
commit | 26447d6c1ba5dabf8cd4a541d68fdb13758cf511 (patch) | |
tree | 3c421d6c5db919643656f7b4b414f9c49b152e78 | |
parent | 32d41d3bf3b6a3149488952c3c5b1955a79e882e (diff) |
-rwxr-xr-x | share.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |