view bin/proxy-loop @ 641:84a1e86d1afc

[vimrc] Prevent pointer to stick at the bottom of screen
author nanaya <me@nanaya.pro>
date Mon, 08 Jun 2020 15:06:56 +0900
parents 5bafb912837e
children
line wrap: on
line source

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