From: Chris Koeritz Date: Fri, 3 May 2019 00:29:18 +0000 (-0400) Subject: suspicious smells in mudville X-Git-Tag: 2.140.115^2~8 X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=e457bafb67c54df92c87b6b4c28a7dd62c812947 suspicious smells in mudville the scripts under my fred customizations all vanished. very bad news. probably something about the new scheme is very dangerous. --- diff --git a/scripts/customize/fred/scripts/games/gamesaver.sh b/scripts/customize/fred/scripts/games/gamesaver.sh index 4f183ce5..9f08189a 100644 --- a/scripts/customize/fred/scripts/games/gamesaver.sh +++ b/scripts/customize/fred/scripts/games/gamesaver.sh @@ -59,13 +59,10 @@ function copy_all_save_games() copyem "witcher 3" "$WINE_GOODS_DIR/The Witcher 3/gamesaves" "$SPOOLING_OUTPUT_DIR/witcher_3" } -#### - # mainline of script tries out a few locations to back up. # first try our play on linux storage. very individualized for fred. wine_goods_dir="$HOME/linx/wine_goods" -# hmmm, this second attempt is a gloss over differences on windows, where some steam games might save to the my documents folder? if [ ! -d "$wine_goods_dir" ]; then wine_goods_dir="/cygdrive/c/users/fred/My Documents" fi @@ -86,5 +83,4 @@ else copy_all_save_games "$wine_goods_dir" fi -####