This commit is contained in:
Dym Sohin 2024-02-25 21:40:46 +01:00
parent d7675e0b92
commit 5335ca72e5
1 changed files with 10 additions and 0 deletions

10
readme.md Normal file
View File

@ -0,0 +1,10 @@
# dir2feed
> convert list of files in a folder to an RSS feed
### example use
```sh
cd /Data/Audio/
php ~/dir2pod.php > rss.xml
```