#!/bin/bash if [ $* = "/mnt/dvdrw" ]; then eject /dev/sr0 else bash /usr/share/silnik/rox_umount.sh $* fi