diff --git a/src/bin/port b/src/bin/port index 561d5ed..373b5a6 100755 --- a/src/bin/port +++ b/src/bin/port @@ -1,5 +1,5 @@ #!/usr/bin/env nu def main [] { - random int 0..65535 + $"(random int 0..65535)\n" }