view bin/proxy-loop @ 347:0aef806944c8

[rc/inputrc] Preferred hotkey - ^D should always list possible completions.
author Edho Arief <edho@myconan.net>
date Mon, 16 Apr 2012 19:56:47 +0700
parents 5bafb912837e
children
line wrap: on
line source

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