renamed
authorRalph Ronnquist <ralph.ronnquist@gmail.com>
Tue, 9 May 2023 02:40:46 +0000 (12:40 +1000)
committerRalph Ronnquist <ralph.ronnquist@gmail.com>
Tue, 9 May 2023 02:40:46 +0000 (12:40 +1000)
README.md [new file with mode: 0644]
taplet.md [deleted file]

diff --git a/README.md b/README.md
new file mode 100644 (file)
index 0000000..c661bfa
--- /dev/null
+++ b/README.md
@@ -0,0 +1,13 @@
+taplet
+======
+
+This is a program to simulate ARP and ICMP responding hosts under a tap.
+
+    Usage: taplet -t <tap> -ip <ip-list>
+
+where \<ip-list\> is a comma-separated list of the IP addresses (dotted quads)
+that the program should simulate. The program "binds" to the tap, and responds
+to ARP requests and ICMP requests.
+
+The program is a `newlisp` script, and it also lets you operate the `newlisp`
+command line, mutiplexed with handling network.
diff --git a/taplet.md b/taplet.md
deleted file mode 100644 (file)
index c661bfa..0000000
--- a/taplet.md
+++ /dev/null
@@ -1,13 +0,0 @@
-taplet
-======
-
-This is a program to simulate ARP and ICMP responding hosts under a tap.
-
-    Usage: taplet -t <tap> -ip <ip-list>
-
-where \<ip-list\> is a comma-separated list of the IP addresses (dotted quads)
-that the program should simulate. The program "binds" to the tap, and responds
-to ARP requests and ICMP requests.
-
-The program is a `newlisp` script, and it also lets you operate the `newlisp`
-command line, mutiplexed with handling network.