| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
| |
HTML 5 understands it:
https://html.spec.whatwg.org/multipage/named-characters.html
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
As suggested by ShellCheck.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
BONUS: Make reading from STDIN streaming instead of all at once.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
To diminish race-conditions where two separate processes call
free-port(1) and get the same port that is free at that time, but only
one is able to bind to it.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
The cronjob has a timeout, and running manually can be enclosed by a
timeout if required.
|
| |
|
| |
|
| |
|
|
|
|
| |
For debugging cronjob output.
|
| |
|
|
|
|
| |
Adapt the cronjob to use it also.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|