From dca065ccec6404d28daa60d9ad0c3f1771ff4f98 Mon Sep 17 00:00:00 2001 From: Aaron Johnson Date: Sun, 16 Sep 2018 23:39:43 -0500 Subject: [PATCH] Updated README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e0ba33..486dabe 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,11 @@ A helpful script for simplifying connections to servers and devices on your netw ## To use: Add the script as a source file in your shell prompt, such as a line similar to this: + ``` . $HOME/git/tab-sorcery/tab-sorcery.sh example.com 127.0.0.1 bob.user ``` + Arguments are: ``` Scan Domain (example.com) @@ -15,5 +17,5 @@ Nameserver address (127.0.0.1) Default username (bob.user) ``` -Once done, all hostnames in the DNS zone should be available for SSH/Telnet/RDP by a tab-completable alias of just the hostname. +Once done, all hostnames in the DNS zone should be available for SSH/Telnet/RDP by a tab-completable alias of just the hostname (in new shell sessions).