mirror of
https://gitlab.ibr.cs.tu-bs.de/tschuber/ns-3-leo.git
synced 2025-06-08 01:53:58 +02:00
3 lines
47 B
Bash
Executable file
3 lines
47 B
Bash
Executable file
#!/bin/sh
|
|
|
|
shuf $1 | head -n $2 | ./geo2vec.py
|