#!/bin/sh
# the next line restarts using wish (Emacs clue: -*- tcl -*- ) \
    exec wish "$0" "$@"

# This is CDRBQ
# This file is the launcher for the rest of the program, functions are
# broken into modules by type.

# Source libraries

source "/usr/share/cdrbq/interface.tcl"
source "/usr/share/cdrbq/burnlib.tcl"
source "/usr/share/cdrbq/audiolib.tcl"
source "/usr/share/cdrbq/genlib.tcl"
source "/usr/share/cdrbq/helplib.tcl"

set custom(from) {}
set custom(to) {}
set custom(use) 0
#Initialize preferences and load last saved values
pref_init 1
pref_load 1
global tmp

#Start the whole enchelada
interface





