dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles # fast
git clone https://src.adamsgaard.dk/dotfiles.git # slow
Log | Files | Refs | README | LICENSE Back to index

commit 58fd93631f448231e0958e064dceed7c2649465e
parent 5c339f97eb5590d247a8c29b8216e6314e78839f
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Thu, 10 Dec 2020 14:11:46 +0100

ssh-proxy: allow host as first arument

Diffstat:
M.local/bin/ssh-proxy | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.local/bin/ssh-proxy b/.local/bin/ssh-proxy @@ -1,2 +1,2 @@ #!/bin/sh -ssh -D 1337 -C -N adamsgaard.dk +ssh -D 1337 -C -N "${1:-adamsgaard.dk}"