view bin/proxy-loop @ 624:ab58f083b2bf

Indent 2 for typescripts
author nanaya <me@nanaya.pro>
date Thu, 23 May 2019 10:38:50 +0900
parents 5bafb912837e
children
line wrap: on
line source

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