10 lines
191 B
Bash
Executable File
10 lines
191 B
Bash
Executable File
#!/bin/bash
|
|
|
|
THIS_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
|
|
|
|
source $THIS_DIR/../../env.sh
|
|
|
|
CLI_PATH=$BMV2_PATH/targets/simple_switch/sswitch_CLI
|
|
|
|
$CLI_PATH simple_nat.json 22222
|