Added tunnels special function for bmx6-info script
This commit is contained in:
parent
a167a21ea9
commit
cd775de667
1 changed files with 6 additions and 1 deletions
|
@ -95,12 +95,17 @@ if [ "$QUERY" == '$neighbours' ]; then
|
|||
print_query descriptions
|
||||
echo "} ] }"
|
||||
exit 0
|
||||
|
||||
else if [ "$QUERY" == '$tunnels' ]; then
|
||||
bmx6 -c --jshow tunnels
|
||||
exit 0
|
||||
|
||||
else
|
||||
check_path "$BMX6_DIR/$QUERY"
|
||||
print_query $QUERY
|
||||
exit 0
|
||||
fi
|
||||
|
||||
fi
|
||||
|
||||
ls -1F "$BMX6_DIR"
|
||||
exit 0
|
||||
|
|
Loading…
Reference in a new issue