If you exclude .exe files in your config, you wont get the virus, but you still have a crab release. So you need a post progressing script which scans every release for a folder "codec" and if this folder is present, delete the whole release. #!/bin/bash dir=$1 name=$3 if [ -d "${dir}...
hey folks, just wrote a backfill script that is going day-by-day for either one or all active groups. <?php // This script is doing automated backfills and release updates day-by-day for either one or all groups. // After every 5 backfills, it will perform a database optimisation, can be changed on ...