view bin/proxy-loop @ 644:485c0f09d01f

Exclude ruby from custom inputrc Rather broken with latest ruby readline implementation.
author nanaya <me@nanaya.pro>
date Sun, 19 Jul 2020 21:48:27 +0900
parents 5bafb912837e
children
line wrap: on
line source

#!/bin/sh
while true; do
  ssh -N localhost
  sleep 10
done