view bin/proxy-loop @ 666:f5e12f656c03

[vimrc] move color adjustment closer to colorscheme definition
author nanaya <me@nanaya.pro>
date Sat, 11 Dec 2021 18:17:38 +0900
parents 5bafb912837e
children
line wrap: on
line source

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