# redir A webserver with the soul purpose of redirecting somewhere. ## Usage Define the port the webserver should listen on using the `-p` flag and the url where the user sould be redirected to using the `-url` flag: ```bash go run main.go -p 8087 -url https://emile.space ... ```