TLDR's latest activity

  • TLDR
    So you are comparing all mods for 4.x.x to mods specifically released for 3.8? To which I would argue that 4.x.x was a lot longer there...
  • TLDR
    TLDR replied to the thread linux: Unzip in own dir.
    Hi, here's a little bash script that might do what you want. #!/bin/bash for ZIPFILE in *.zip; do FOLDERNAME=${ZIPFILE//".zip"/}...
Top Bottom