remove test.sh

This commit is contained in:
2024-10-04 16:39:03 +02:00
parent bec584b42d
commit ae0f0aa745

13
test.sh
View File

@@ -1,13 +0,0 @@
#!/bin/bash
while :; do
echo -n P
sleep .$(($RANDOM % 3))
echo -n I
sleep .$(($RANDOM % 3))
echo -n "N"
sleep .$(($RANDOM % 3))
echo G
echo GET
echo .1.3.6.1.4.1.8072.9999.9999.4.2.0
done