view bin/proxy-loop @ 402:a23b0f6ee8a2

Add alias for zeropaste posting.
author Edho Arief <edho@myconan.net>
date Mon, 08 Oct 2012 08:41:58 +0700
parents 5bafb912837e
children
line wrap: on
line source

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