added episode number to filename

This commit is contained in:
Moon Man 2024-01-21 09:10:30 -05:00
parent 80c6f06360
commit 478f7d33d2
1 changed files with 1 additions and 1 deletions

View File

@ -25,5 +25,5 @@ be: whatever1.mp4 where whatever can be anything, and 1 is the episode number.
Your file will be copied to the new location. Your file will be copied to the new location.
```shell ```shell
./publish.sh some_mp4_file_somewhere.mp4 "Here is a description of this episode" ./publish.sh some_mp4_file_somewhere1.mp4 "Here is a description of this episode"
``` ```