#!/bin/bash
. opts
mkdir -p watched
for file; do
	mp "${OPTS[@]}" "$file"
	confirm mv "${file%.*}".* watched/
done
