diff options
author | mia <mia@mia.jetzt> | 2024-09-04 04:47:13 -0700 |
---|---|---|
committer | mia <mia@mia.jetzt> | 2024-09-04 04:47:13 -0700 |
commit | bb8a48fd4d85ba4f8224c68aaaf9069d5d79dae2 (patch) | |
tree | bdb0654c667f37c69addc9efd1e29b9cfe710c51 /proxy.sh | |
parent | 81071e8feefdf815e29318226c668664e1706da2 (diff) | |
download | scrubber-bb8a48fd4d85ba4f8224c68aaaf9069d5d79dae2.tar.gz scrubber-bb8a48fd4d85ba4f8224c68aaaf9069d5d79dae2.zip |
desktop changes
Diffstat (limited to 'proxy.sh')
-rwxr-xr-x | proxy.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/proxy.sh b/proxy.sh new file mode 100755 index 0000000..9628fab --- /dev/null +++ b/proxy.sh @@ -0,0 +1,2 @@ +#!/bin/sh +exec ssh -NL 5432:localhost:5432 vr |