view bin/proxy-loop @ 677:b95069a1f664

[irbrc] Disable autocomplete It's kinda slow and moves things around.
author nanaya <me@nanaya.pro>
date Fri, 08 Apr 2022 13:47:15 +0900
parents 5bafb912837e
children
line wrap: on
line source

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