-
Notifications
You must be signed in to change notification settings - Fork 0
/
modfolders.sh
7 lines (7 loc) · 2.39 KB
/
modfolders.sh
1
2
3
4
5
6
7
#!/bin/bash
modFolders=( @3as @3den_enhanced @a-10_warthog @a2_declassified-_fireteam_zulu @ace @ace3_arsenal_extended_-_core @ace_3_extension @achilles @age_of_darkness @ai_accuracy_fix @all_armies_of_ex-yugoslavia_2019 @ares_military_roleplay_items @arsenal_search @arst_beretta_92_fs @avon_fm12_respirator_pack @avon_fm53_respirator_pack @black_legion_imperial_assets_mod @blastcore_compiled_by_neetch @bloodlust @cba_a3 @cup_terrains_-_core @cup_terrains_-_cwa @cup_terrains_-_maps @cup_units @cup_vehicles @cup_weapons @dawn_of_the_machines_female_soldiers_expansion @dawn_of_the_machines_mod @devourerkings_necroplague_mutants @drongos_spooks_and_anomalies @eden_2.0 @eden_extended_objects @eden_objects @em_buildings @emilios_bundeswehr_adaptive_vest_system @enhanced_movement @f-a-18e-f_super_hornet_2020 @fa-18_super_hornet @femal3_heads_hotfix @female @females-tcgm_girls @fhq_accessories @fifty_shades_of_female @fifty_shades_of_gen3 @fir_aws @freestyles_crash_landing @gge-_core @grimdark_armory @halo_reach_optre_retextures_v0.14 @hmcs_addon @hopecore_v4.2 @immersion_cigs @imperial_conquest_-_40k_-_ace_compat @imperial_conquest_-_warhammer_40k @improved_melee_system @just_like_the_simulations_-_the_great_war @kiory's_scopes @kullervo's_warhammer_40000_factions @l3-gpnvg18_panoramic_night_vision @legion_studios_base_-_stable @leona_camo_pack @m40_protective_mask @max_women @mcc_sandbox_4_-_mission_making_the_easy_way @mrsanchez_head_gore_mod @no_weapon_sway @operation_trebuchet @pandora @papas_clones_and_gunships @project @project_opfor @remove_stamina @remove_stamina_-_ace_3 @rhsafrf @rhsgref @rhssaf @rhsusaf @roa_g19 @schlabbies_depressed_animations @schlabbies_depressed_textures @scp_-_overlord_apr_retex @space_marine_melee @spartan_tactical_pmc @swim_faster @tac_vests @task_force_arrowhead_radio @tcgm_boss @tcgm_quiet @tfar_animations @there_is_only_war_mod_-_release_5_beta @tier_one_weapons @tsf_crye_precision_avs @usp_gear_uniforms_aio @usp_gear_-_backpacks @usp_gear_-_core @v_-_spiritus_systems_equipment @vanguard_armory_2.0 @vop_items @vsm_all-in-one_collection @weapon_eventhandler_framework_version_1.2 @weapon_sway @webknights_zombies_and_creatures @worldwide_armed_female @zephik_female_units_v2 @zeus_enhanced )
for t in ${modFolders[@]}; do
rsync -a /home/arma3server/serverfiles/@mods/mods.old/$t/ /home/arma3server/addons/
rm -rf /home/arma3server/serverfiles/@mods/mods.old/$t/*
echo "done $t"
done