3 lines
66 B
Bash
Executable file
3 lines
66 B
Bash
Executable file
#!/bin/sh
|
|
sudo ip addr add 239.1.1.1/32 dev $1 autojoin
|
|
cargo run
|