mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
fix typos
This commit is contained in:
parent
b4c443b85c
commit
94cc23df0a
13 changed files with 40 additions and 43 deletions
|
@ -53,7 +53,7 @@
|
|||
<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>
|
||||
The day of a command's execution can be specified by two fields — day of month, and day of week. If both fields are restricted (i.e., aren't *), the command will be run when either field matches the current time. For example, ``30 4 1,15 * 5'' would cause a command to be run at 4:30 am on the 1st and 15th of each month, plus every Friday.</p>
|
||||
The day of a command's execution can be specified by two fields — day of month, and day of week. If both fields are restricted (i.e., aren't *), the command will be run when either field matches the current time. For example, "30 4 1,15 * 5" would cause a command to be run at 4:30 am on the 1st and 15th of each month, plus every Friday.</p>
|
||||
<h5 id="make-crontab-persist-after-os-rebooting">make crontab persist after OS rebooting</h5>
|
||||
<p>If uweb browser was launched at least once after rebooting, the crontab jobs are scheduled as normal.</p>
|
||||
<p>To keep crontab take effect without launching uweb browser once:</p>
|
||||
|
@ -83,8 +83,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: 2 April 2024<br>
|
||||
add js function in README<br>
|
||||
<p>Last Modified: 8 April 2024<br>
|
||||
fix typos<br>
|
||||
<pre></pre>
|
||||
</p>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue