diff options
author | Nick <nick@somerandomnick.ano> | 2010-04-15 05:15:34 +0000 |
---|---|---|
committer | Nick <nick@somerandomnick.ano> | 2010-04-15 05:15:34 +0000 |
commit | b28a436e06d53c169aa49f9041ce6ecc91b52f1a (patch) | |
tree | d69d169b5b1eb95278e9b4ae882e40f2a4bbeac7 /scripts/add_as | |
parent | 487b53c937e312c391a0391cb2864f243e101032 (diff) | |
download | resdb-b28a436e06d53c169aa49f9041ce6ecc91b52f1a.tar.gz resdb-b28a436e06d53c169aa49f9041ce6ecc91b52f1a.zip |
added ASNs from old database
Diffstat (limited to 'scripts/add_as')
-rwxr-xr-x | scripts/add_as | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/add_as b/scripts/add_as new file mode 100755 index 0000000..5650dcc --- /dev/null +++ b/scripts/add_as @@ -0,0 +1,3 @@ +#!/bin/sh +mkdir -p db/as/$1 || exit 1 +echo $2 > db/as/$1/owner |