diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 17:27:58 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 17:27:58 +0000 |
commit | 215f178c88ad419caba94669c75111229bb978b8 (patch) | |
tree | 381a5f4c2cba30461ef20561b5bf81bf73ac6d2a /example | |
parent | Initial commit. (diff) | |
download | force-ip-protocol-215f178c88ad419caba94669c75111229bb978b8.tar.xz force-ip-protocol-215f178c88ad419caba94669c75111229bb978b8.zip |
Adding upstream version 0.2.0.upstream/0.2.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'example')
-rwxr-xr-x | example/example.ipv4.wget | 3 | ||||
-rwxr-xr-x | example/example.ipv6.wget | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/example/example.ipv4.wget b/example/example.ipv4.wget new file mode 100755 index 0000000..d0620ff --- /dev/null +++ b/example/example.ipv4.wget @@ -0,0 +1,3 @@ +#!/bin/bash + +ipv4 wget http://www.t-online.de diff --git a/example/example.ipv6.wget b/example/example.ipv6.wget new file mode 100755 index 0000000..e11d795 --- /dev/null +++ b/example/example.ipv6.wget @@ -0,0 +1,3 @@ +#!/bin/bash + +ipv6 wget http://www.t-online.de |