initial commit
This commit is contained in:
commit
0e6be50e37
23 changed files with 1069 additions and 0 deletions
2
loop.sh
Executable file
2
loop.sh
Executable file
|
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
while true; do curl $1 2>/dev/null;sleep ${2:-1}; done
|
||||
Loading…
Add table
Add a link
Reference in a new issue