aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-06-19 21:36:19 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-06-19 21:36:19 +1200
commit2fef1bda6cb0a86286221fe5c284389f70c038a3 (patch)
tree3df5a53647425790a8cb4739940db8986a79187b
parentGave up drinking (diff)
downloadpsshd-2fef1bda6cb0a86286221fe5c284389f70c038a3.tar.gz
psshd-2fef1bda6cb0a86286221fe5c284389f70c038a3.zip
Strip trailing newlines
-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)" \
-- "$@"
-