HOME ABOUT WEB GITHUB TOP BOTTOM PREV NEXT
Week 10 Assignments #2: Script Download
Download https://sp.vlsm.org/WEEK/WEEK10.tar.xz.asc
mkdir -pv $HOME/myspwork/
cd $HOME/myspwork/
wget -c https://sp.vlsm.org/WEEK/WEEK10.tar.xz.asc
ls -al
Decrypt file WEEK10.tar.xz.asc
- The passphrase/password will be announced at SCELE at the beginning of the week.
gpg -o WEEK10.tar.xz -d WEEK10.tar.xz.asc
Extract TARBALL
ls -al
tar xfv WEEK10.tar.xz
cd WEEK10/
ls -al
Check Scripts
for II in [0-9][0-9]*.sh ; do
echo ""
echo "= === ==== FILE $II..."
awk '{print $0; system("sleep .02");}' $II
echo "= === ==== ==== ==== ==== ==== ==== ===="
sleep 1
done
Run Scripts
bash 00-SP-Basic-Check.sh
bash 01-SP-Version-Check.sh