initial commit

This commit is contained in:
ston1th 2019-08-03 22:31:25 +02:00
commit 0e6be50e37
23 changed files with 1069 additions and 0 deletions

2
loop.sh Executable file
View file

@ -0,0 +1,2 @@
#!/bin/sh
while true; do curl $1 2>/dev/null;sleep ${2:-1}; done