mirror of
https://github.com/bvanroll/example-node-project.git
synced 2025-09-01 21:32:41 +00:00
Initial import
This commit is contained in:
10
curlloop.sh
Executable file
10
curlloop.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
export APP="$1"
|
||||
echo "curling URL $APP in a loop..."
|
||||
|
||||
while true
|
||||
do
|
||||
curl $APP
|
||||
sleep 2
|
||||
done
|
Reference in New Issue
Block a user