add crontab example to sign in automatically
This commit is contained in:
parent
12b3563708
commit
8393f2652c
9 changed files with 19 additions and 20 deletions
|
@ -35,8 +35,7 @@ Long pressing the bookmark button in uweb browser will popup menus defined in fi
|
|||
<pubDate>Wed, 25 Oct 2023 00:00:00 +0000</pubDate>
|
||||
<guid>/en/tcron/</guid>
|
||||
<description>crontab (with enhanced semantics) For performance, the file &quot;crontab&quot; uses single space as field separator. Letters are not suppored currently. So use &quot;1&quot; for &quot;January&quot; and 2 for &quot;Tuesday&quot; etc.
|
||||
The sixth field in crontab file could be in the format of internal links. Specifically, &quot;c:&quot; to execute the following commands in termux and &quot;!&quot; to execute commands directly.
|
||||
To make crontab more powerful, we changed the semantics as follows:</description>
|
||||
The sixth field in crontab file could be in the format of internal links. Specifically, &quot;c:&quot; to execute the following commands in termux and &quot;!&quot; to execute commands directly. If the sixth field is not in any of above formats, then the field will appear as the message of alarm clock.</description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Offline resources</title>
|
||||
|
|
|
@ -35,8 +35,7 @@ Long pressing the bookmark button in uweb browser will popup menus defined in fi
|
|||
<pubDate>Wed, 25 Oct 2023 00:00:00 +0000</pubDate>
|
||||
<guid>/en/tcron/</guid>
|
||||
<description>crontab (with enhanced semantics) For performance, the file &quot;crontab&quot; uses single space as field separator. Letters are not suppored currently. So use &quot;1&quot; for &quot;January&quot; and 2 for &quot;Tuesday&quot; etc.
|
||||
The sixth field in crontab file could be in the format of internal links. Specifically, &quot;c:&quot; to execute the following commands in termux and &quot;!&quot; to execute commands directly.
|
||||
To make crontab more powerful, we changed the semantics as follows:</description>
|
||||
The sixth field in crontab file could be in the format of internal links. Specifically, &quot;c:&quot; to execute the following commands in termux and &quot;!&quot; to execute commands directly. If the sixth field is not in any of above formats, then the field will appear as the message of alarm clock.</description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Offline resources</title>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
||||
<url>
|
||||
<loc>/en/_posts/</loc>
|
||||
<lastmod>2023-11-15T15:19:25+08:00</lastmod>
|
||||
<lastmod>2023-11-23T11:26:22+08:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="zh"
|
||||
|
@ -29,7 +29,7 @@
|
|||
/>
|
||||
</url><url>
|
||||
<loc>/en/</loc>
|
||||
<lastmod>2023-11-21T10:49:26+08:00</lastmod>
|
||||
<lastmod>2023-11-23T11:26:22+08:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="zh"
|
||||
|
@ -42,7 +42,7 @@
|
|||
/>
|
||||
</url><url>
|
||||
<loc>/en/tcron/</loc>
|
||||
<lastmod>2023-10-26T18:58:49+08:00</lastmod>
|
||||
<lastmod>2023-11-23T11:26:22+08:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="zh"
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
</ul>
|
||||
<h4 id="crontab-with-enhanced-semantics">crontab (with enhanced semantics)</h4>
|
||||
<p>For performance, the file "crontab" uses single space as field separator. Letters are not suppored currently. So use "1" for "January" and 2 for "Tuesday" etc.</p>
|
||||
<p>The sixth field in crontab file could be in the format of <a href="../links/index.html">internal links</a>. Specifically, "c:" to execute the following commands in termux and "!" to execute commands directly.</p>
|
||||
<p>The sixth field in crontab file could be in the format of <a href="../links/index.html">internal links</a>. Specifically, "c:" to execute the following commands in termux and "!" to execute commands directly. If the sixth field is not in any of above formats, then the field will appear as the message of alarm clock.</p>
|
||||
<p>To make crontab more powerful, we changed the semantics as follows:<br>
|
||||
The day of a command's execution can be specified by two fields — day of month, and day of week. The command will be run when <span style="color:red">both</span> fields matche the current time.</p>
|
||||
<p>Note (the original crantab semantics):<br>
|
||||
|
@ -72,8 +72,8 @@ tcron /sdcard/b "rm -rf /sdcard/baidu/*;toybox touch /sdcard/b" 720</p
|
|||
<p><a target="_self" href="i:0hdefault.rc:../searchurl/txt/default.rc">Install example default.rc file for termux</a></p>
|
||||
|
||||
</div>
|
||||
<p>Last Modified: 26 October 2023<br>
|
||||
crontab to support internal links<br>
|
||||
<p>Last Modified: 23 November 2023<br>
|
||||
remove deploy.sh<br>
|
||||
<pre></pre>
|
||||
</p>
|
||||
<script>
|
||||
|
|
|
@ -4,14 +4,14 @@
|
|||
<sitemap>
|
||||
<loc>en/sitemap.xml</loc>
|
||||
|
||||
<lastmod>2023-11-21T10:49:26+08:00</lastmod>
|
||||
<lastmod>2023-11-23T11:26:22+08:00</lastmod>
|
||||
|
||||
</sitemap>
|
||||
|
||||
<sitemap>
|
||||
<loc>zh/sitemap.xml</loc>
|
||||
|
||||
<lastmod>2023-11-23T10:07:09+08:00</lastmod>
|
||||
<lastmod>2023-11-23T11:32:59+08:00</lastmod>
|
||||
|
||||
</sitemap>
|
||||
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
<guid>/zh/tcron/</guid>
|
||||
<description>crontab 注意:1. 必须使用单一空格作为分割符。
|
||||
2. 必须同时满足日期及星期的要求(功能增强),crontab标准只要求满足其中一个要求。
|
||||
文件&quot;crontab&quot;每行第六部分可为url或内部链接,也可为&quot;c:&quot;通知termux执行后面命令; &quot;!&quot;直接执行命令。其余格式一律作为闹钟提醒时的伴随消息。
|
||||
文件&quot;crontab&quot;自动签到例子:
|
||||
5 8,9 * * * i:a1http://m.bookschina.com/ActityDaily/AvSignIn
|
||||
7 9 * * * i:a1http://m.bookschina.com/ActityDaily/AvSignInTakeQuan
|
||||
|
@ -36,8 +37,7 @@ ex:
|
|||
set PATH=/system/bin:/data/data/info.torapp.uweb/files/bin
|
||||
#天翼云每天签到一次
|
||||
tcron /sdcard/a &quot;cloudpan189-go sign;toybox touch /sdcard/a&quot; 24
|
||||
#每30天清空baidu目录
|
||||
tcron /sdcard/b &quot;rm -rf /sdcard/baidu/*;toybox touch /sdcard/b&quot; 720</description>
|
||||
#每30天清空baidu目录</description>
|
||||
</item>
|
||||
<item>
|
||||
<title>重定向网址</title>
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
<guid>/zh/tcron/</guid>
|
||||
<description>crontab 注意:1. 必须使用单一空格作为分割符。
|
||||
2. 必须同时满足日期及星期的要求(功能增强),crontab标准只要求满足其中一个要求。
|
||||
文件&quot;crontab&quot;每行第六部分可为url或内部链接,也可为&quot;c:&quot;通知termux执行后面命令; &quot;!&quot;直接执行命令。其余格式一律作为闹钟提醒时的伴随消息。
|
||||
文件&quot;crontab&quot;自动签到例子:
|
||||
5 8,9 * * * i:a1http://m.bookschina.com/ActityDaily/AvSignIn
|
||||
7 9 * * * i:a1http://m.bookschina.com/ActityDaily/AvSignInTakeQuan
|
||||
|
@ -36,8 +37,7 @@ ex:
|
|||
set PATH=/system/bin:/data/data/info.torapp.uweb/files/bin
|
||||
#天翼云每天签到一次
|
||||
tcron /sdcard/a &quot;cloudpan189-go sign;toybox touch /sdcard/a&quot; 24
|
||||
#每30天清空baidu目录
|
||||
tcron /sdcard/b &quot;rm -rf /sdcard/baidu/*;toybox touch /sdcard/b&quot; 720</description>
|
||||
#每30天清空baidu目录</description>
|
||||
</item>
|
||||
<item>
|
||||
<title>重定向网址</title>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
||||
<url>
|
||||
<loc>/zh/_posts/</loc>
|
||||
<lastmod>2023-11-23T10:07:09+08:00</lastmod>
|
||||
<lastmod>2023-11-23T11:32:59+08:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="en"
|
||||
|
@ -16,7 +16,7 @@
|
|||
/>
|
||||
</url><url>
|
||||
<loc>/zh/</loc>
|
||||
<lastmod>2023-11-23T10:07:09+08:00</lastmod>
|
||||
<lastmod>2023-11-23T11:32:59+08:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="en"
|
||||
|
@ -29,7 +29,7 @@
|
|||
/>
|
||||
</url><url>
|
||||
<loc>/zh/tcron/</loc>
|
||||
<lastmod>2023-11-23T10:07:09+08:00</lastmod>
|
||||
<lastmod>2023-11-23T11:32:59+08:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="en"
|
||||
|
|
|
@ -49,6 +49,7 @@
|
|||
<h4 id="crontab">crontab</h4>
|
||||
<p>注意:1. 必须使用单一空格作为分割符。<br>
|
||||
2. 必须同时满足日期及星期的要求(功能增强),crontab标准只要求满足其中一个要求。</p>
|
||||
<p>文件"crontab"每行第六部分可为url或<a href="../links/index.html">内部链接</a>,也可为"c:"通知termux执行后面命令; "!"直接执行命令。其余格式一律作为闹钟提醒时的伴随消息。</p>
|
||||
<p>文件"crontab"自动签到例子:<br>
|
||||
5 8,9 * * * i:a1http://m.bookschina.com/ActityDaily/AvSignIn<br>
|
||||
7 9 * * * i:a1http://m.bookschina.com/ActityDaily/AvSignInTakeQuan<br>
|
||||
|
@ -82,7 +83,7 @@ apt install remind</p>
|
|||
|
||||
</div>
|
||||
<p>Last Modified: 23 November 2023<br>
|
||||
add crontab example<br>
|
||||
remove deploy.sh<br>
|
||||
<pre></pre>
|
||||
</p>
|
||||
<script>
|
||||
|
|
Loading…
Reference in a new issue