update docs

This commit is contained in:
Martin Rotter 2021-02-04 09:46:55 +01:00
parent 7ef9dd7751
commit 5eb877aed9

View File

@ -66,7 +66,7 @@ Interpreter must be provided in all cases, arguments do not have to be. For exam
| Command | Explanation |
|---------|-------------|
| `bash#-c#"curl https://github.com/martinrotter.atom"` | Downloads ATOM feed file with Bash and Curl. |
| `bash#-c#curl https://github.com/martinrotter.atom` | Downloads ATOM feed file with Bash and Curl. |
| `Powershell#Invoke-WebRequest 'https://github.com/martinrotter.atom' \| Select-Object -ExpandProperty Content` | Downloads ATOM feed file with Powershell. |
| `php#tweeper.php#-v#0#https://twitter.com/NSACareers` | Scrape Twitter RSS feed file with [Tweeper](https://git.ao2.it/tweeper.git). Tweeper is utility which is able to produce RSS feed from Twitter and other similar social platforms. |