Skip to content

OS Week 10 Assignment #1: Readings and Demos

WEEK=Week10
DEMOS=$HOME/git/demos/Demos/
if [ -d $DEMOS ] ; then
  cd $DEMOS
  git pull
  mkdir -vp $HOME/mydemo/
  cd $HOME/mydemo/
  cp -r $DEMOS/$WEEK/ .
  cd $WEEK/
  ls -al
else
  echo "ERROR: no $DEMOS directory!"
fi

  • Run "Proof of Trying Demos"
bash 98-W10-DEMO-CHECK.sh

# SUPERUSER (root)
bash $HOME/.doUPDATE.sh