Few more scripts

This commit is contained in:
Nox Sluijtman 2024-05-14 15:40:21 +02:00
parent 13eedd1a1c
commit e17b945863
10 changed files with 305 additions and 0 deletions

5
src/bin/port Executable file
View file

@ -0,0 +1,5 @@
#!/usr/bin/env nu
def main [] {
random int 0..65535
}