magic alias fix
[feisty_meow.git] / scripts / customize / fred / scripts / gamesaver.sh
index 1e5ea9ca8ab6195be56feacc7cab5db35d94fdf4..ce9cdb762f4d5261d0ae2935da7513e06dd5717f 100644 (file)
@@ -5,6 +5,8 @@
 
 source "$FEISTY_MEOW_SCRIPTS/core/launch_feisty_meow.sh"
 
+#we are missing the netcp thing.  why????
+
 WINE_SOURCE_DIR="$HOME/wine_goods/My Games"
 SPOOLING_OUTPUT_DIR="$HOME/spooling_saves"
 
@@ -25,7 +27,8 @@ function copyem()
 
   if [ -d "$source_dir" ]; then
     echo $game_name
-    cp -v -n "$source_dir"/* "$out_dir"/
+#old    cp -v -n "$source_dir"/* "$out_dir"/
+    netcp "$source_dir"/* "$out_dir"/
     sep 28
   fi
 }