HOME ABOUT WEB GITHUB TOP BOTTOM PREV NEXT
OS Week 06 Assignment #2: Script Download (User Mode)
Download https://os.vlsm.org/WEEK/WEEK06.tar.xz.asc
mkdir -pv $HOME/mywork/
cd $HOME/mywork/
wget -c https://os.vlsm.org/WEEK/WEEK06.tar.xz.asc
ls -al
Decrypt file WEEK06.tar.xz.asc
- The passphrase/password will be announced at SCELE at the beginning of the week.
gpg -o WEEK06.tar.xz -d WEEK06.tar.xz.asc
Extract TARBALL
ls -al
tar xfv WEEK06.tar.xz
cd WEEK06/
ls -al
Check Scripts
for II in [0-9][0-9]*.sh ; do
echo ""
echo "= === ==== FILE $II..."
cat "$II"
echo "= === ==== ==== ==== ==== ==== ==== ===="
echo ""
sleep 2
done
Run Scripts
bash 00-Basic-Check.sh
bash 01-Version-Check.sh