From 06d2ca78a0210cc78352b0cb5178cf5a34728d5f Mon Sep 17 00:00:00 2001 From: Xingyu Wang Date: Wed, 17 Jun 2020 13:04:11 +0800 Subject: [PATCH] PUB @geekpi https://linux.cn/article-12323-1.html --- .../20200610 How to write functions in Bash.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename {translated/tech => published}/20200610 How to write functions in Bash.md (98%) diff --git a/translated/tech/20200610 How to write functions in Bash.md b/published/20200610 How to write functions in Bash.md similarity index 98% rename from translated/tech/20200610 How to write functions in Bash.md rename to published/20200610 How to write functions in Bash.md index 934dedefff..1df7f0efc2 100644 --- a/translated/tech/20200610 How to write functions in Bash.md +++ b/published/20200610 How to write functions in Bash.md @@ -1,8 +1,8 @@ [#]: collector: (lujun9972) [#]: translator: (geekpi) [#]: reviewer: (wxy) -[#]: publisher: ( ) -[#]: url: ( ) +[#]: publisher: (wxy) +[#]: url: (https://linux.cn/article-12323-1.html) [#]: subject: (How to write functions in Bash) [#]: via: (https://opensource.com/article/20/6/bash-functions) [#]: author: (Seth Kenlon https://opensource.com/users/seth)