From df99540816162ccf792ccadd38a15695d00d5c5a Mon Sep 17 00:00:00 2001 From: Recolic Keghart <root@recolic.net> Date: Thu, 7 Dec 2017 00:31:48 +0800 Subject: [PATCH] repair comment --- daemon.fish | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/daemon.fish b/daemon.fish index 9134c16..17cc58f 100755 --- a/daemon.fish +++ b/daemon.fish @@ -1,6 +1,5 @@ #!/usr/bin/fish -#Usage: fill _url with url of the page "å¦ç”Ÿ->ç”题". -#You must `echo "known" > /tmp/gay_known` to tell the script that you've been informed. +#Usage: fill _openid with openid from url of the page "å¦ç”Ÿ->ç”题". set _openid '593712dbd06b5808e4d4a099e8ad4c8d' set _url "https://www.teachermate.com.cn/wechat/wechat/guide/answer?openid=$_openid" -- GitLab