From: Chris Koeritz Date: Thu, 25 Apr 2019 18:32:01 +0000 (-0400) Subject: more fixies, more to come X-Git-Tag: 2.140.115^2~17 X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=5ca960abd03fdbb99ab0a95f23d1512acc2e87bd more fixies, more to come --- diff --git a/scripts/customize/fred/scripts/games/save_f76_pics.sh b/scripts/customize/fred/scripts/games/save_f76_pics.sh index cb3323dd..24e8a789 100644 --- a/scripts/customize/fred/scripts/games/save_f76_pics.sh +++ b/scripts/customize/fred/scripts/games/save_f76_pics.sh @@ -1,13 +1,21 @@ #!/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 + character=chronical_pc fi if [[ "$(hostname)" =~ orpheus* ]]; then character=spoonburg_pc fi +if [ -z "$character" ]; then + 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}"