
#!/bin/sh
#This prints a slide on four pages.
#It may be changed by changing the 4 to some other number.
echo "This is what I will do"
echo "1. Run slideps (don't need to specify root)"
echo "2.copy the tempslide.post to ~/psutils in postscript form"
echo "then run psnup -4 tempslide.post | impost4"
slideps;
mv tempslide.post ~/psutils/.
~/psutils/psnup -4 ~/psutils/tempslide.post |impost4
