4 lines
82 B
Bash
4 lines
82 B
Bash
|
# Fix read permission on sermons files
|
||
|
|
||
|
cd /home/josh/sermons/2017/
|
||
|
chmod +r *.mp3
|