Hyprland-dotfiles/.install/before_restore.sh

7 lines
226 B
Bash
Raw Normal View History

2024-06-13 09:06:45 -04:00
# ------------------------------------------------------
# Modify existing files before restore starts
# ------------------------------------------------------
if [ -d ~/dotfiles ] ;then
echo ":: Modify existing files"
fi