view bin/proxy-loop @ 299:d5ac851f3225

[moefetch] User agent, referer.
author Edho Arief <edho@myconan.net>
date Thu, 09 Feb 2012 08:47:47 +0700
parents 5bafb912837e
children
line wrap: on
line source

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