7 lines
226 B
Bash
7 lines
226 B
Bash
|
# ------------------------------------------------------
|
||
|
# Modify existing files before restore starts
|
||
|
# ------------------------------------------------------
|
||
|
|
||
|
if [ -d ~/dotfiles ] ;then
|
||
|
echo ":: Modify existing files"
|
||
|
fi
|