Re-organize submissions
This commit is contained in:
parent
1bbc819280
commit
bcf1e3361f
23 changed files with 31 additions and 44 deletions
6
part1/Exercise_07/web-server.sh
Executable file
6
part1/Exercise_07/web-server.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
while true
|
||||
do
|
||||
echo "Input website:"
|
||||
read website; echo "Searching.."
|
||||
sleep 1; curl http://$website
|
||||
done
|
Reference in a new issue