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