diff --git a/sermon-perms.sh b/sermon-perms.sh new file mode 100644 index 0000000..9829253 --- /dev/null +++ b/sermon-perms.sh @@ -0,0 +1,4 @@ +# Fix read permission on sermons files + +cd /home/josh/sermons/2017/ +chmod +r *.mp3 \ No newline at end of file