application/dx; dx -image -execute -program %s
application/dxp; csh -f unpackDX %s
application/dx net
application/dxp DX
if (!(-e ~/dxtmp)) then
mkdir ~/dxtmp
echo Your dxtmp directory was not found.
echo Making a directory called dxtmp
endif
cp $1 ~/dxtmp/temp.tar.Z
cd ~/dxtmp
uncompress temp.tar.Z
tar -xvf temp.tar
dx -memory 8 -execute -image *.net
rm *.*
Thanks to the University of Montana for this system to launch DX.