Skip to content

Commit

Permalink
Update byp4xx.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
lobuhi authored May 7, 2021
1 parent 563cc0a commit d0532ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion byp4xx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ then
fi
#Parse URL and DIR
URL=$(echo ${@: -1} | cut -d "/" -f -3)"/"
DIR=$(echo ${@: -1} | cut -d "/" -f 4- | sed -e 's/\/$//g')"/"
DIR=$(echo ${@: -1} | cut -d "/" -f 4- | sed -e 's/\/$//g')
echo

#HTTP Verbs/Methods
Expand Down

0 comments on commit d0532ed

Please sign in to comment.