From 95081ac2b9706801697bdea127abeee907cd1173 Mon Sep 17 00:00:00 2001 From: Xingyu Wang Date: Fri, 5 Jun 2020 23:32:30 +0800 Subject: [PATCH] PUB @wxy https://linux.cn/article-12286-1.html --- ...When to choose C or Python for a command-line interface.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename {translated/tech => published}/20200601 When to choose C or Python for a command-line interface.md (99%) diff --git a/translated/tech/20200601 When to choose C or Python for a command-line interface.md b/published/20200601 When to choose C or Python for a command-line interface.md similarity index 99% rename from translated/tech/20200601 When to choose C or Python for a command-line interface.md rename to published/20200601 When to choose C or Python for a command-line interface.md index 305ee0c222..868894f61f 100644 --- a/translated/tech/20200601 When to choose C or Python for a command-line interface.md +++ b/published/20200601 When to choose C or Python for a command-line interface.md @@ -1,8 +1,8 @@ [#]: collector: (lujun9972) [#]: translator: (wxy) [#]: reviewer: (wxy) -[#]: publisher: ( ) -[#]: url: ( ) +[#]: publisher: (wxy) +[#]: url: (https://linux.cn/article-12286-1.html) [#]: subject: (When to choose C or Python for a command-line interface) [#]: via: (https://opensource.com/article/20/6/c-python-cli) [#]: author: (Erik O'Shaughnessy https://opensource.com/users/jnyjny)