#!/bin/bash

	for parametre in "$@";
	do
	gnome-terminal -e "/home/taltan/linux/scripts/mkvdts2ac3.sh -n --new -w . "$parametre""
	done

