#!/bin/bash

# This opens up Eterm with specified configuration on your desktop. 
# The -e option runs the script within the newly opened Eterm
# which does the actual mirroring (see associated script). Once that
# script has finished, control is returned to Eterm which has nothing
# left to do so it closes. 

Eterm -T "Updating Mirror on Taz" -g 80x20+450+380 --trans \
     --cmod 150 --cmod-red 200 --cmod-green 200 --scrollbar off \
     -e "/mnt/froody/files_linux/scripts/mirror"
