summaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
authorgarhve <git@garhve.com>2022-12-12 12:08:25 +0800
committergarhve <git@garhve.com>2022-12-12 12:08:25 +0800
commit9b586cd78e2e87634582bf4d58c6897703c98af9 (patch)
tree5ca35dc33f37301bf951fe190fe3cf514bc85b30 /bash
parent46e07255bbe67b1dbf93dcd7f33e25f10eb8f8de (diff)
adjust output format
Diffstat (limited to 'bash')
-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"