Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
case $LOGNAME in
user1) cp file /home/ugrad/gtr954/backup;;
user2) cp file /home/ugrad/rtw567/backup;;
*) cp file /home/ugrad/default/backup;;
esac
[ -d /home/ugrad/$LOGNAME/backup ] &&
cp file /home/ugrad/$LOGNAME/backup