#!/usr/bin/perl

# vi /etc/X11/Xserver   and change Console to Anybody, so X can be started 
# from a shell script
while (1) {
  #`xv termsandconditions.ppm &`;
  `wmsetbg termsandconditions.ppm`;
  `../griefcase3.2c/fcap`;
  `./plaympeg.pl &`;
} # end while

