summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbash/blog.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bash/blog.sh b/bash/blog.sh
index f627aea..f6abe18 100755
--- a/bash/blog.sh
+++ b/bash/blog.sh
@@ -44,6 +44,7 @@ edit() {
read -r -p "please choose file by number you want to edit from above [$lang]: " num
vim "${arr[$num]}"
# --- end
+ echo -e "edit done\n"
push
echo -e "\nall done"