added a splitter based on hostname
[feisty_meow.git] / scripts / customize / fred / scripts / games / save_f76_pics.sh
1 #!/bin/bash
2
3 source "$FEISTY_MEOW_SCRIPTS/core/launch_feisty_meow.sh"
4
5 if [[ "$hostname" ~= clemems* ]]; then
6   character=clemens_pc
7 fi
8 if [[ "$hostname" ~= orpheus* ]]; then
9   character=spoonburg_pc
10 fi
11
12 netcp ~/linx/wind_goods/My\ Games/Fallout\ 76/Photos/8f99c06443f04f6f8270604369bb78eb/*[0-9].png /z/walrus/media/pictures/metaverse/fallout_76/${character}/
13