5 lines
133 B
Bash
Executable File
5 lines
133 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd "$SDE" || exit
|
|
SDE=/home/user/bf-sde-9.7.0/ SDE_INSTALL=/home/user/bf-sde-9.7.0/install ./run_switchd.sh -p l1switch
|