view bin/proxy-loop @ 694:92c1a021e8a1

[bashrc] Let's just assume it's been fixed in dfbsd
author nanaya <me@nanaya.pro>
date Sun, 23 Oct 2022 01:57:32 +0900
parents 5bafb912837e
children
line wrap: on
line source

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