summaryrefslogtreecommitdiff
path: root/scripts/as_script
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/as_script')
-rwxr-xr-xscripts/as_script11
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\$"
-