diff options
author | Nick <nick@somerandomnick.ano> | 2012-06-04 13:29:22 +0000 |
---|---|---|
committer | Nick <nick@somerandomnick.ano> | 2012-06-04 13:29:22 +0000 |
commit | 44c60a6df1a4ceaf658ac689b9cc0882e5085dcd (patch) | |
tree | ffb1adbdcf5ff3bb7a998d1589c6034ebcb5d9e0 /scripts/as_script | |
parent | c9e501b0a1663a1d8db724c568d0c2b6e9b7cde0 (diff) | |
download | resdb-44c60a6df1a4ceaf658ac689b9cc0882e5085dcd.tar.gz resdb-44c60a6df1a4ceaf658ac689b9cc0882e5085dcd.zip |
the contrib scripts they should be in contrib/
Diffstat (limited to 'scripts/as_script')
-rwxr-xr-x | scripts/as_script | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/scripts/as_script b/scripts/as_script deleted file mode 100755 index f01724b..0000000 --- a/scripts/as_script +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh -# READ ME: -# If AS# is taken it will return the desired AS# -# else it will not return the desired AS# -echo -e "Enter path to resdb:\c" -read resdb -cd $resdb -echo -e "Enter desired AS#:\c" -read asn -ls db/as/ | grep "^$asn\$" - |