Skip to content

Instantly share code, notes, and snippets.

View simonecid's full-sized avatar

Simone Bologna simonecid

  • Taurus SA
  • Geneve, Switzerland
View GitHub Profile
@simonecid
simonecid / moveAddons.sh
Last active May 1, 2020 14:17 — forked from rafaelrpinto/moveAddons.sh
Script that moves incorrect Killing Floor 1 mutators to the correct folder on Linux (fix perk progress reset issue)
#!/bin/bash
# Folder where the incorrect downloaded mutators are
CACHE_FOLDER=~/.killingfloor/Cache
# Folder where they should be after renamed
STEAM_SYSTEM_FOLDER=~/.local/share/Steam/steamapps/common/KillingFloor/System/
pushd $CACHE_FOLDER