aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.markdown1
-rw-r--r--examples/psshd.profile.sh1
-rwxr-xr-xpsshd1
3 files changed, 0 insertions, 3 deletions
diff --git a/README.markdown b/README.markdown
index d6a3b70..646f0c4 100644
--- a/README.markdown
+++ b/README.markdown
@@ -16,4 +16,3 @@ Copyright (c) [Tom Ryder][atr]. Distributed under an [MIT License][mit].
[asm]: http://linux.die.net/man/1/autossh
[atr]: https://sanctum.geek.nz/
[mit]: http://www.opensource.org/licenses/MIT
-
diff --git a/examples/psshd.profile.sh b/examples/psshd.profile.sh
index f1141c6..5713d53 100644
--- a/examples/psshd.profile.sh
+++ b/examples/psshd.profile.sh
@@ -2,4 +2,3 @@
# proxy on port 8001, and using port 9010 for management. Goes nicely in a
# ~/.profile or ~/.bash_profile script.
psshd 9010 -fN -D 8001 myvps
-
diff --git a/psshd b/psshd
index ab17a8b..6799ec0 100755
--- a/psshd
+++ b/psshd
@@ -56,4 +56,3 @@ start-stop-daemon \
--pidfile "$AUTOSSH_PIDFILE" \
--exec "$(type -P autossh)" \
-- "$@"
-