#!/bin/bash # # This file: /etc/samba/script/mountcd # if test ! -e /etc/samba/scripts/cdmounted; then mount /cdrom touch /etc/samba/scripts/cdmounted fi