Alikhani099961 commited on
Commit
d46d2ba
·
verified ·
1 Parent(s): 5fe3f47

Update keep_alive.sh

Browse files
Files changed (1) hide show
  1. keep_alive.sh +3 -2
keep_alive.sh CHANGED
@@ -1,4 +1,5 @@
 
1
  while true; do
2
- curl -s "https://huggingface.co" > /dev/null
3
- sleep 300 # هر 5 دقیقه یک درخواست ارسال می‌کند
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