#!/bin/sh # Example of a post processing script for SABnzbd 0.2.8 echo echo Started as $0 echo echo "The first parameter (result-dir) =" $1 echo "The second parameter (nzb-name) =" $2 echo "The third parameter (nice name) =" $3 echo "The fourth parameter (newzbin-id) =" $4 echo