Skip to content

Commit

Permalink
Added route alias
Browse files Browse the repository at this point in the history
  • Loading branch information
jessp01 committed Sep 8, 2023
1 parent 6be3912 commit 26baeed
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions utils/functions.rc
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ if command -v zaje > /dev/null 2>&1 ; then
$(which $BIN) "$@" | zaje -l $BIN -
}

route()
{
BIN="route"
$(which $BIN) "$@" | zaje -l $BIN -
}

traceroute()
{
BIN="traceroute"
Expand Down

0 comments on commit 26baeed

Please sign in to comment.