local/bin/homesync: Stow saved games.

master
Pierre Neidhardt 2019-10-27 22:16:45 +01:00
parent 4472a909e4
commit f40cc0be52
1 changed files with 5 additions and 0 deletions

View File

@ -120,6 +120,11 @@ if [ -e ~/.cache/mail/.notmuch ]; then
-f notmuch-dump-important-tags
fi
for i in ~/personal/games/stowed-saves/*; do
section "Stowing '$i'"
stow -t ~ -d "$(dirname "$i")" "$(basename "$i")"
done
project_status() {
local path=$1
local title=$2