3 lines
104 B
Bash
3 lines
104 B
Bash
|
read -p "Enter sermon filename:" sermon
|
||
|
|
||
|
scp "$sermon" josh@bereanbibleutah.org:/home/josh/sermons/2017/
|