diff options
author | garhve <git@garhve.com> | 2022-12-12 12:08:25 +0800 |
---|---|---|
committer | garhve <git@garhve.com> | 2022-12-12 12:08:25 +0800 |
commit | 9b586cd78e2e87634582bf4d58c6897703c98af9 (patch) | |
tree | 5ca35dc33f37301bf951fe190fe3cf514bc85b30 /bash/blog.sh | |
parent | 46e07255bbe67b1dbf93dcd7f33e25f10eb8f8de (diff) |
adjust output format
Diffstat (limited to 'bash/blog.sh')
-rwxr-xr-x | bash/blog.sh | 1 |
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" |