#!/bin/env bash
# Script for intiating removal of orphaned content

foreman-rake katello:delete_orphaned_content RAILS_ENV=production >/dev/null 2>&1
