view bin/proxy-loop @ 734:02d746e77fab

[vimrc] Remove forcing 256 colors for screen term It was for tmux but it now sets tmux-256color by default.
author nanaya <me@nanaya.net>
date Thu, 09 Jan 2025 00:50:00 +0900
parents 5bafb912837e
children
line wrap: on
line source

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