Skip to content
Snippets Groups Projects

Fix using wrong url

1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
+ 0
1
#!/bin/bash
export URL=queue.ewi.tudelft.nl
printf "%s" "waiting for ${URL}"
while ! ping -c 1 -n -w 1 ${URL} &> /dev/null
Loading