summaryrefslogtreecommitdiffstats
path: root/example
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 17:27:58 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 17:27:58 +0000
commit215f178c88ad419caba94669c75111229bb978b8 (patch)
tree381a5f4c2cba30461ef20561b5bf81bf73ac6d2a /example
parentInitial commit. (diff)
downloadforce-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-xexample/example.ipv4.wget3
-rwxr-xr-xexample/example.ipv6.wget3
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