diff --git a/random-port.sh b/random-port.sh new file mode 100755 index 00000000..25542cc0 --- /dev/null +++ b/random-port.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +shuf -i 1024-65535 -n 1