diff options
-rw-r--r-- | open_url.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/open_url.sh b/open_url.sh new file mode 100644 index 0000000..3bd6514 --- /dev/null +++ b/open_url.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash + +# Opens a URL in the local SSH client machine's browser + +cat <(echo "$1") > /dev/tcp/localhost/37705 |