#!/bin/sh if echo "$1" | grep ".torrent$" > /dev/null then mv "$1" /mnt/mistral/flo/torrent/watch fi