trying remotes to fix f76 pic saver
[feisty_meow.git] / scripts / customize / fred / scripts / games / save_f76_pics.sh
index cb3323dda7c674279937d18d224ce76c0dab28bf..01c5ecf450a78274123bb08efcf4a1c82ec9f249 100644 (file)
@@ -1,16 +1,27 @@
 #!/bin/bash
 
+# copies the fallout 76 screenshots and images into our walruse metaverse hierarchy.
+
 source "$FEISTY_MEOW_SCRIPTS/core/launch_feisty_meow.sh"
 
-if [[ "$(hostname)" =~ clemems* ]]; then
-  character=clemens_pc
-fi
-if [[ "$(hostname)" =~ orpheus* ]]; then
-  character=spoonburg_pc
+if [[ "$(hostname)" =~ clemens* ]]; then
+  character="chronical_pc"
+  identity="8836c852c8a647ba8ca45808a73c3fbb"
+elif [[ "$(hostname)" =~ orpheus* ]]; then
+  character="spoonburg_pc"
+  identity="8f99c06443f04f6f8270604369bb78eb"
+else
+  echo Could not determine the proper character name to store the fallout 76
+  echo images under.  Can you add a hostname to this script?
+  echo "  => $0"
+  exit 1
 fi
 
-src_dir="~/linx/wind_goods/My\ Games/Fallout\ 76/Photos/8f99c06443f04f6f8270604369bb78eb"
-dest_dir="/z/walrus/media/pictures/metaverse/fallout_76/${character}"
+src_dir="fred@orpheus:data/wind_goods/My Games/Fallout 76/Photos/${identity}"
+dest_dir="fred@curie:/z/walrus/media/pictures/metaverse/fallout_76/${character}"
+
+#echo "src is: '$src_dir'"
+#echo "dest is: '$dest_dir'"
 
 if [ ! -d "$src_dir" ]; then
   echo "Could not find the source directory: $src_dir"