Mercurial > hg > anonet-resdb
view scripts/add_as @ 225:f983a3b6a7ab draft
Merge branch 'master' of git://git1.somerandomnick.ano
Conflicts:
doc/www.anonet2.org/public_pod/index.pod
author | root <root@HAL2000.(none)> |
---|---|
date | Tue, 26 Oct 2010 18:13:42 -0500 |
parents | 89b5d9e83572 |
children |
line wrap: on
line source
#!/bin/sh if [ x"$2" = x ]; then echo "Usage: $0 <ASN> <owner>" >&2; exit 255 fi mkdir db/as/$1 || exit 1 echo $2 > db/as/$1/owner