view bin/proxy-loop @ 687:ae7f2fb75cdf

[vimrc] Disable auto comment
author nanaya <me@nanaya.pro>
date Thu, 13 Oct 2022 16:16:07 +0900
parents 5bafb912837e
children
line wrap: on
line source

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