6 lines
39 B
Bash
Executable File
6 lines
39 B
Bash
Executable File
#!/bin/bash
|
|
|
|
NS=$1
|
|
|
|
ip netns add "$NS"
|