changed homedir to variable

This commit is contained in:
Radar231 2021-12-23 08:22:28 -05:00
parent a8157509b6
commit b6ac5fb216
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
#!/bin/bash
srcDir="/home/rmorrow/.nb/"
srcDir="${HOME}/.nb/"
bookList="journal notes exercise"
dstDir="/home/rmorrow/wikis/"
dstDir="${HOME}/wikis/"
for book in $bookList
do