You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
474 B

#!/bin/sh
# Example of a post processing script for SABnzbd
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 "The fifth parameter (category) =" "$5"
echo "The sixth parameter (group) =" "$6"
echo "The seventh parameter (status) =" "$7"
echo "The eight parameter (failure_url) =" "$8"