Spaces:
Runtime error
Runtime error
Update keep_alive.sh
Browse files- keep_alive.sh +3 -2
keep_alive.sh
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
|
|
| 1 |
while true; do
|
| 2 |
-
curl -s "https://
|
| 3 |
-
sleep 300
|
| 4 |
done
|
|
|
|
| 1 |
+
#!/bin/bash
|
| 2 |
while true; do
|
| 3 |
+
curl -s "https://ali-khani-packetshare.hf.space" > /dev/null
|
| 4 |
+
sleep 300
|
| 5 |
done
|