#!/bin/bash # Copyright (c) Michael Still 2001, released under the terms of the GNU GPL # Create a network map based off some stuff we found in a scan echo "output \"output.pdf\"" echo "newpage" echo "setfontsize 9" echo 1 > /tmp/$$ echo 0 > /tmp/$$-col ./genlevel.sh "routes" 0 $$ 0 echo "close"