Compare commits
No commits in common. "b4d8fccb7d4a00232312822c50dfb11168c53878" and "c69a3bb163ef9cd219eb03df0f48e3bc8eae9f70" have entirely different histories.
b4d8fccb7d
...
c69a3bb163
|
@ -9,12 +9,6 @@ if [ ! -e "$home_local_themes_dir" ]; then
|
|||
echo "Directory $home_local_themes_dir is created."
|
||||
fi
|
||||
|
||||
if [ ! -e "$target_themes_dir" ]; then
|
||||
mkdir -p "$target_themes_dir"
|
||||
echo "Directory $home_local_themes_dir is created."
|
||||
fi
|
||||
|
||||
|
||||
echo "Set watch for" "${source_theme_dirs[@]}" "directories ..."
|
||||
while inotifywait -qr -e 'modify,attrib,move,move_self,create,delete,delete_self,unmount' "${source_theme_dirs[@]}"; do
|
||||
rsync -av --delete --progress "${source_theme_dirs[@]}" "$target_themes_dir"
|
||||
|
|
Loading…
Reference in New Issue
Block a user