9 lines
182 B
Bash
Executable File
9 lines
182 B
Bash
Executable File
#!/bin/sh
|
|
tclShell=/opt/tarantella/tools/tcls/ttatcl.sh
|
|
dirTools=/opt/tarantella/tools/tcls
|
|
|
|
dumpCMD=ttaDumpDs.tcl
|
|
restoreCMD=ttaRestoreDS.tcl
|
|
|
|
exec $tclShell $dirTools/$restoreCMD
|