#!/bin/bash ############################################################### # This scripts starts all of the musicbox programs going. # Redirect the input and output from the keyboard and to # wherever you want. ############################################################## # Get the path set how it should be source ~music/.bash_profile # Start things going in the background. # Redirect the keyboard input from /dev/tty1. cd ~music/musicbox/cds musicbox_watch_for_disc.txt & musicbox_kbdctl < /dev/tty1 &