Questions tagged [curl]

cURL is an HTTP client library and command line tool.

646 questions
-4
votes
1 answer

Killing a bash sh script

I made an .sh file load.sh which has (almost) unlimited loop of curl requests. I run this as $ bash load.sh. Now it just keeps running the loop. I can't cancel its execution. It keeps running. I pressed ctrl+c to cancel but it starts again. I closed…
arxoft
  • 105
  • 2
1 2 3
43
44