diff --git a/bb.sh b/bb.sh index cc1b688..26829a5 100755 --- a/bb.sh +++ b/bb.sh @@ -354,7 +354,7 @@ edit() { filename="$1" else # Create the content file - TMPFILE="$1.$RANDOM" + TMPFILE="$(basename $1).$RANDOM.html" # Title echo "$(get_post_title $1)" > "$TMPFILE" # Post text with plaintext tags