Initial commit
This commit is contained in:
8
kapitel11/sidan_186_ex1.sh
Normal file
8
kapitel11/sidan_186_ex1.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
wget -q www.google.se -O /dev/null
|
||||
if [ $? -eq 0 ]; then
|
||||
echo "Internet verkar fungera"
|
||||
else
|
||||
echo "Internet verkar varar nere..."
|
||||
fi
|
Reference in New Issue
Block a user